diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2006-10-11 10:15:26 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2006-10-11 10:15:26 +0000 |
| commit | 7391eeb99ebd6df8e346c8d7588e6fb73a9ba560 (patch) | |
| tree | 1075d60ad677e14f6691ad9b44e0b2471a125036 /menus.php | |
| parent | 00a309359dd02fdab1a4f5c2b3c9f5a01ff7a4eb (diff) | |
| download | nexus-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.php | 8 |
1 files changed, 1 insertions, 7 deletions
@@ -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>'; |
