To participate you must create an account on apostrophenow.org. If you have already done so, click Login.
Changeset 1094
- Timestamp:
- 04/29/10 15:44:27 (22 months ago)
- Author:
- dordille
- Message:
-
Style change for breadcrumb
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r828
|
r1094
|
|
| 1 | 1 | <ul id="a-breadcrumb-<?php echo ($name)? $name:'component' ?>" class="a-nav a-nav-breadcrumb breadcrumb"> |
| 2 | 2 | <?php foreach($nav as $pos => $item): ?> |
| 3 | | <li class="<?php echo $item['class'] ?>"><?php echo link_to($item['title'], aTools::urlForPage($item['slug'])) ?><?php if($pos+1 < count($nav)) echo '<span class="a-breadcrumb-separator">'.$separator.'</span>' ?></li> |
| | 3 | <li class="<?php if($item['slug'] == $active ) echo 'a-current-page' ?>"><?php echo link_to($item['title'], aTools::urlForPage($item['slug'])) ?><?php if($pos+1 < count($nav)) echo '<span class="a-breadcrumb-separator">'.$separator.'</span>' ?></li> |
| 4 | 4 | <?php endforeach ?> |
| 5 | 5 | </ul> |
Download in other formats: