|
From: Jon O. <jon...@us...> - 2008-02-23 19:40:24
|
Update of /cvsroot/mxbb/mx_linkdb/admin In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv2217 Modified Files: mx_module_defs.php Log Message: Custom module default style update for panel parameters blockCP stays in current page Index: mx_module_defs.php =================================================================== RCS file: /cvsroot/mxbb/mx_linkdb/admin/mx_module_defs.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** mx_module_defs.php 15 Feb 2008 22:44:32 -0000 1.3 --- mx_module_defs.php 23 Feb 2008 19:40:19 -0000 1.4 *************** *** 14,17 **** --- 14,20 ---- } + define( 'MXBB_MODULE', true ); + define( 'MXBB_27x', @file_exists( $mx_root_path . 'mx_login.'.$phpEx ) ); + /********************************************************************************\ | Class: mx_module_defs *************** *** 106,109 **** --- 109,113 ---- { global $template, $board_config, $db, $theme, $lang, $images, $mx_blockcp, $mx_root_path, $phpEx, $mx_table_prefix, $table_prefix; + global $mx_user, $module_root_path; // |