Changed the "Configure" menu item to "System".
Changed Help->About to Help->Getting Started. Added Help->"User Manual" Added ability to specify a "target" in the main menu navigation - this allows us to open up a new tab for the User manual. Adde
This commit is contained in:
parent
ce2ce0a13a
commit
aa58225e68
3 changed files with 15 additions and 10 deletions
|
@ -9,7 +9,7 @@
|
|||
<ul class="sub">
|
||||
<?php foreach ($page->getPages() as $sub) : ?>
|
||||
<li>
|
||||
<a href="<?php echo $sub->getHref(); ?>"><?php echo $sub->getLabel(); ?></a>
|
||||
<a href="<?php echo $sub->getHref(); ?>" <?php echo ($sub->getTarget() != "")?"target=\"".$sub->getTarget()."\"":""; ?>><?php echo $sub->getLabel(); ?></a>
|
||||
</li>
|
||||
<?php endforeach; ?>
|
||||
</ul>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue