|
From: Jon O. <jon...@us...> - 2008-02-23 19:45:57
|
Update of /cvsroot/mxbb/mx_phpbb/admin In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv4361 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_phpbb/admin/mx_module_defs.php,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** mx_module_defs.php 8 Feb 2008 04:26:20 -0000 1.10 --- mx_module_defs.php 23 Feb 2008 19:45:54 -0000 1.11 *************** *** 14,17 **** --- 14,20 ---- } + define( 'MXBB_MODULE', true ); + define( 'MXBB_27x', @file_exists( $mx_root_path . 'mx_login.'.$phpEx ) ); + /********************************************************************************\ | Class: mx_module_defs *************** *** 86,89 **** --- 89,93 ---- { 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; $module_root_path = $mx_root_path . $mx_blockcp->module_root_path; |