|
From: Jon O. <jon...@us...> - 2008-02-23 19:40:04
|
Update of /cvsroot/mxbb/mx_kb/admin In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv1799 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_kb/admin/mx_module_defs.php,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** mx_module_defs.php 15 Feb 2008 22:43:27 -0000 1.16 --- mx_module_defs.php 23 Feb 2008 19:39:59 -0000 1.17 *************** *** 14,17 **** --- 14,20 ---- } + define( 'MXBB_MODULE', true ); + define( 'MXBB_27x', @file_exists( $mx_root_path . 'mx_login.'.$phpEx ) ); + /********************************************************************************\ | Class: mx_module_defs *************** *** 90,93 **** --- 93,97 ---- { 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; // *************** *** 128,131 **** --- 132,136 ---- { 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; // |