summaryrefslogtreecommitdiff
path: root/menu_sort.php
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2005-08-01 18:41:13 +0000
committerMax Kremmel <xing@synapse.plus.com>2005-08-01 18:41:13 +0000
commit9c238aa595e3a2ccfad8d4ecbeed2964b0915a1d (patch)
treeceef43ef95b299b58c71462823742fd27089e5e0 /menu_sort.php
parent8e13f91c98f92fa2a523cbbd4e8d874ba3d21958 (diff)
downloadnexus-9c238aa595e3a2ccfad8d4ecbeed2964b0915a1d.tar.gz
nexus-9c238aa595e3a2ccfad8d4ecbeed2964b0915a1d.tar.bz2
nexus-9c238aa595e3a2ccfad8d4ecbeed2964b0915a1d.zip
merge recent changes with HEAD - R1 and HEAD are identical now
Diffstat (limited to 'menu_sort.php')
-rw-r--r--menu_sort.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/menu_sort.php b/menu_sort.php
index cf07ff7..6e3cb0f 100644
--- a/menu_sort.php
+++ b/menu_sort.php
@@ -1,7 +1,7 @@
<?php
/**
* @author xing <xing@synapse.plus.com>
- * @version $Revision: 1.2 $
+ * @version $Revision: 1.3 $
* @package nexus
* @subpackage functions
*/
@@ -36,11 +36,11 @@ if( isset( $_REQUEST['move_item'] ) && isset( $_REQUEST['item_id'] ) ) {
}
if( isset( $_REQUEST['tab'] ) ) {
- $smarty->assign( $_REQUEST['tab'].'TabSelect', 'tdefault' );
+ $gBitSmarty->assign( $_REQUEST['tab'].'TabSelect', 'tdefault' );
}
// this is the module filename
-$smarty->assign( 'nexus_file', strtolower( 'mod_'.preg_replace( "/ /", "_", $gNexus->mInfo['title'] ).'_'.$gNexus->mInfo['menu_id'].'.tpl' ) );
+$gBitSmarty->assign( 'nexus_file', strtolower( 'mod_'.preg_replace( "/ /", "_", $gNexus->mInfo['title'] ).'_'.$gNexus->mInfo['menu_id'].'.tpl' ) );
$gBitSystem->setBrowserTitle( 'Nexus Menus' );
$gBitSystem->display( 'bitpackage:nexus/menu_sort.tpl' );