Changeset 21279
- Timestamp:
- 08/20/09 18:37:23 (4 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
plugins/isicsBreadcrumbsPlugin/modules/isicsBreadcrumbs/templates/_show.php
r16113 r21279 1 1 <?php $last_key = count($items) - 1 ?> 2 3 <?php !isset($separator) and $separator = '»' ?> 2 4 3 5 <?php foreach ($items as $key => $item): ?> 4 6 <?php if ($key < $last_key): ?> 5 <?php echo link_to($item->getText(), $item->getUri(ESC_RAW)) ?> »7 <?php echo link_to($item->getText(), $item->getUri(ESC_RAW)) ?> <?php echo $separator ?> 6 8 <?php else: ?> 7 9 <strong><?php echo $item->getText() ?></strong>