added admin menu entry to old framework / search page

This commit is contained in:
following
2013-02-24 11:46:29 +01:00
parent 9a5fcd4c77
commit 49cac2d678
4 changed files with 16 additions and 8 deletions
+7
View File
@@ -195,6 +195,13 @@ $menu = array(
'visible' => true,
'filename' => 'map2.php'
),
array(
'title' => t('Admin'),
'menustring' => t('Admin'),
'siteid' => 'admin',
'visible' => $usr['admin'] > 0,
'filename' => 'translate.php'
),
array(
'title' => t('Add picture'),
'visible' => false,