summaryrefslogtreecommitdiff
path: root/menu_items.php
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2006-10-11 10:15:26 +0000
committerMax Kremmel <xing@synapse.plus.com>2006-10-11 10:15:26 +0000
commit7391eeb99ebd6df8e346c8d7588e6fb73a9ba560 (patch)
tree1075d60ad677e14f6691ad9b44e0b2471a125036 /menu_items.php
parent00a309359dd02fdab1a4f5c2b3c9f5a01ff7a4eb (diff)
downloadnexus-7391eeb99ebd6df8e346c8d7588e6fb73a9ba560.tar.gz
nexus-7391eeb99ebd6df8e346c8d7588e6fb73a9ba560.tar.bz2
nexus-7391eeb99ebd6df8e346c8d7588e6fb73a9ba560.zip
some nexus cleanup, removed plugins table and use LibertySystem instead, clean up UI, still need to allow dynamic menus at some point
Diffstat (limited to 'menu_items.php')
-rw-r--r--menu_items.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/menu_items.php b/menu_items.php
index d629e8f..33e8a9d 100644
--- a/menu_items.php
+++ b/menu_items.php
@@ -1,7 +1,7 @@
<?php
/**
* @author xing <xing@synapse.plus.com>
- * @version $Revision: 1.5 $
+ * @version $Revision: 1.6 $
* @package nexus
* @subpackage functions
*/
@@ -88,7 +88,7 @@ $rsrcTypes = array(
'external' => 'URL',
'content_id' => 'Content ID',
'structure_id' => 'Structure ID',
- 'menu_id' => 'Menu ID',
+ //'menu_id' => 'Menu ID',
// 'gallery_list' => 'Gallery List', // this is not in use yet - xing
);
$gBitSmarty->assign( 'rsrcTypes', $rsrcTypes );