added page edit in admin navigation
This commit is contained in:
parent
927f7dcca2
commit
65b7662d70
1 changed files with 3 additions and 0 deletions
|
@ -29,6 +29,9 @@
|
|||
<li>Admin Bereich</li>
|
||||
<li><a href="<?php echo $this->base ?>/adminNavigation">Navigationen</a></li>
|
||||
<li><a href="<?php echo $this->base ?>/adminPage">Pages</a></li>
|
||||
<?php if(Katharsis_Request::getControllerName() == 'page'): ?>
|
||||
<li><a href="<?php echo $this->base ?>/adminPage/edit/pageId/<?php echo $this->id; ?>">Page Editieren</a></li>
|
||||
<?php endif ?>
|
||||
<li><a href="<?php echo $this->base ?>/admin/logout">Ausloggen</a></li>
|
||||
</ul>
|
||||
<?php endif ?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue