Some navbar and page title fixes
This commit is contained in:
parent
a84c33f0ed
commit
2c443bd27a
6 changed files with 17 additions and 5 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue