mikuli.cz

:)
git clone https://git.sr.ht/~ashymad/mikuli.cz
Log | Files | Refs

commit 46e01475e851a6a4469c4d29f38d76775eff9fa2
parent b75efd7265c19b1144ac93ac5126798f10d3d806
Author: markseu <mark2011@mayberg.se>
Date:   Tue,  7 May 2019 15:01:01 +0200

Updated navigation-sidebar for Peter

Diffstat:
Msystem/layouts/sidebar.html | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/system/layouts/sidebar.html b/system/layouts/sidebar.html @@ -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>