diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2006-10-11 10:34:14 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2006-10-11 10:34:14 +0000 |
| commit | f558bedb1c5b6832877e3ab0d2d771e714750172 (patch) | |
| tree | cf4753715f052373b3c7a8f129a364ac4840086f /admin | |
| parent | 79b2baa34ed96f3ef69ebf781b2be7aff51e107b (diff) | |
| download | nexus-f558bedb1c5b6832877e3ab0d2d771e714750172.tar.gz nexus-f558bedb1c5b6832877e3ab0d2d771e714750172.tar.bz2 nexus-f558bedb1c5b6832877e3ab0d2d771e714750172.zip | |
update plugins stuff with older but nicer UI, remove unused files, update menu to reflect repositioning of admin area
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/nexus_plugins.php | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/admin/nexus_plugins.php b/admin/nexus_plugins.php deleted file mode 100644 index 194c4e8..0000000 --- a/admin/nexus_plugins.php +++ /dev/null @@ -1,12 +0,0 @@ -<?php -require_once( '../../bit_setup_inc.php' ); -global $gBitSystem; -require_once( NEXUS_PKG_PATH.'Nexus.php'); - -if( isset( $_REQUEST['store_plugins'] ) ) { - $gNexusSystem->setActivePlugins( $_REQUEST['PLUGINS'] ); -} - -$gBitSystem->setBrowserTitle( 'Nexus Menus' ); -$gBitSystem->display( 'bitpackage:nexus/nexus_plugins.tpl' ); -?> |
