Updated navigation-sidebar for Peter
This commit is contained in:
parent
b75efd7265
commit
46e01475e8
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
<div class="navigation-sidebar">
|
||||
<?php $pages = $this->yellow->page->getParentTop(true)->getChildren() ?>
|
||||
<?php $this->yellow->page->setLastModified($pages->getModified()) ?>
|
||||
<p><?php echo $page->getHtml("titleNavigation") ?></p>
|
||||
<p><?php echo $this->yellow->page->getHtml("titleNavigation") ?></p>
|
||||
<ul>
|
||||
<?php foreach ($pages as $page): ?>
|
||||
<li><a<?php echo $page->isActive() ? " class=\"active\"" : "" ?> href="<?php echo $page->getLocation(true) ?>"><?php echo $page->getHtml("titleNavigation") ?></a></li>
|
||||
|
|
Loading…
Add table
Reference in a new issue