|
Lines 478-493
Link Here
|
| 478 |
|
478 |
|
| 479 |
[%# Used to build individual breadcrumb items in the breadcrumb nav %] |
479 |
[%# Used to build individual breadcrumb items in the breadcrumb nav %] |
| 480 |
[% BLOCK breadcrumb_item %] |
480 |
[% BLOCK breadcrumb_item %] |
| 481 |
[% IF ( bc_active ) %] |
481 |
[% IF content.trim %] |
| 482 |
<li class="breadcrumb-item active" aria-current="page"> |
482 |
[% IF ( bc_active ) %] |
| 483 |
<a href="#"> |
483 |
<li class="breadcrumb-item active" aria-current="page"> |
|
|
484 |
<a href="#"> |
| 485 |
[% content | $raw %] |
| 486 |
</a> |
| 487 |
</li> |
| 488 |
[% ELSE %] |
| 489 |
<li class="breadcrumb-item"> |
| 484 |
[% content | $raw %] |
490 |
[% content | $raw %] |
| 485 |
</a> |
491 |
</li> |
| 486 |
</li> |
492 |
[% END %] |
| 487 |
[% ELSE %] |
|
|
| 488 |
<li class="breadcrumb-item"> |
| 489 |
[% content | $raw %] |
| 490 |
</li> |
| 491 |
[% END %] |
493 |
[% END %] |
| 492 |
[% END %] |
494 |
[% END %] |
| 493 |
|
495 |
|
| 494 |
- |
|
|