summaryrefslogtreecommitdiff
path: root/menus.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 /menus.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 'menus.php')
-rw-r--r--menus.php8
1 files changed, 1 insertions, 7 deletions
diff --git a/menus.php b/menus.php
index 5f97c8e..3a4db05 100644
--- a/menus.php
+++ b/menus.php
@@ -1,7 +1,7 @@
<?php
/**
* @author xing <xing@synapse.plus.com>
- * @version $Revision: 1.10 $
+ * @version $Revision: 1.11 $
* @package nexus
* @subpackage functions
*/
@@ -33,12 +33,6 @@ if( isset( $_REQUEST['action'] ) ) {
$gBitSystem->confirmDialog( $formHash,$msgHash );
}
- if( $_REQUEST['action'] == 'rewrite_cache' ) {
- if( $gNexus->rewriteMenuCache() ) {
- $formfeedback['success'] = tra( 'The complete menu cache has been rewritten.' );
- }
- }
-
if( $_REQUEST['action'] == 'remove_dead' ) {
if( $deadLinks = $gNexus->expungeDeadItems( $menuId ) ) {
$deadHtml = '<ul>';