summaryrefslogtreecommitdiffstats
path: root/templates/sidebar.inc.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2009-03-26 21:32:26 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2009-03-26 21:32:26 +0000
commit55129c3d36baf4ec0a45a915145c30c7eb9f58d2 (patch)
tree33f2613a7b7ca12fdd01e975dd9a578324ce924a /templates/sidebar.inc.php
parent0cb0f5d8516db296b487f2df523e0fda6c3591a4 (diff)
downloadampache-55129c3d36baf4ec0a45a915145c30c7eb9f58d2.tar.gz
ampache-55129c3d36baf4ec0a45a915145c30c7eb9f58d2.tar.bz2
ampache-55129c3d36baf4ec0a45a915145c30c7eb9f58d2.zip
Fixed #424 and applied #423
Diffstat (limited to 'templates/sidebar.inc.php')
-rw-r--r--templates/sidebar.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/sidebar.inc.php b/templates/sidebar.inc.php
index 42f2b3bb..bb63ee9e 100644
--- a/templates/sidebar.inc.php
+++ b/templates/sidebar.inc.php
@@ -27,7 +27,7 @@ ${$class_name} = ' active';
$sidebar_items[] = array('id'=>'home', 'title'=>_('Home'), 'icon'=>'home', 'access'=>5);
$sidebar_items[] = array('id'=>'localplay', 'title'=>_('Localplay'), 'icon'=>'volumeup', 'access'=>5);
$sidebar_items[] = array('id'=>'preferences', 'title'=>_('Preferences'), 'icon'=>'edit', 'access'=>5);
-$sidebar_items[] = array('id'=>'modules','title'=>_('Modules'),'icon'=>'plugin','access'=>5);
+$sidebar_items[] = array('id'=>'modules','title'=>_('Modules'),'icon'=>'plugin','access'=>100);
$sidebar_items[] = array('id'=>'admin', 'title'=>_('Admin'), 'icon'=>'admin', 'access'=>100);