Some navbar and page title fixes

This commit is contained in:
Albert Santoni 2015-08-18 17:52:23 -04:00
parent a84c33f0ed
commit 2c443bd27a
6 changed files with 17 additions and 5 deletions

View file

@ -120,8 +120,8 @@
<div class="wrapper" id="content">
<div id="sub-menu">
<?php //parent_page is passed in from controller
echo $this->layout()->parent_page; ?>
<h3><?php //parent_page is passed in from controller
echo $this->layout()->parent_page; ?></h3>
<hr>
<?php
$page = $this->navigation()->findOneBy('label', $this->layout()->parent_page);