Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/site/app/views/elements/developers/adminmenu.thtml
diff options
context:
space:
mode:
Diffstat (limited to 'site/app/views/elements/developers/adminmenu.thtml')
-rw-r--r--site/app/views/elements/developers/adminmenu.thtml3
1 files changed, 0 insertions, 3 deletions
diff --git a/site/app/views/elements/developers/adminmenu.thtml b/site/app/views/elements/developers/adminmenu.thtml
index 5208464..ef31dc9 100644
--- a/site/app/views/elements/developers/adminmenu.thtml
+++ b/site/app/views/elements/developers/adminmenu.thtml
@@ -47,9 +47,6 @@
if ($this->controller->SimpleAcl->actionAllowed('Admin', 'applications', $this->controller->Session->read('User'))): ?>
<li<?=($page == 'applications') ? ' class="selected"' : ''?>><?=$html->link('Application Manager', '/admin/applications')?></li>
<?php endif;
- if ($this->controller->SimpleAcl->actionAllowed('Admin', 'collections', $this->controller->Session->read('User'))): ?>
- <li<?=($page == 'collections') ? ' class="selected"' : ''?>><?=$html->link('Collections Manager', '/admin/collections')?></li>
- <?php endif;
if ($this->controller->SimpleAcl->actionAllowed('Editors', '%', $this->controller->Session->read('User'))): ?>
<li><?=$html->link('Editor Tools', '/editors')?></li>
<?php endif;