|
From: Jon O. <jon...@us...> - 2005-10-12 15:37:40
|
Update of /cvsroot/mxbb/core/modules/mx_navmenu/admin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15763/modules/mx_navmenu/admin Modified Files: mx_module_defs.php Log Message: Adding IP filter for pages Merged module_def panels and parameters, now usable at the same time Menu navigation fixes for highlights Index: mx_module_defs.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_navmenu/admin/mx_module_defs.php,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** mx_module_defs.php 1 Oct 2005 14:10:45 -0000 1.8 --- mx_module_defs.php 12 Oct 2005 15:37:32 -0000 1.9 *************** *** 40,44 **** class mx_module_defs { ! var $is_panel = false; // ------------------------------ // Private Methods --- 40,44 ---- class mx_module_defs { ! var $is_panel = true; // ------------------------------ // Private Methods *************** *** 80,84 **** // Display cuztom Panel // =================================================== ! function display_module_panels( $parameter_data, $block_id ) { global $template, $board_config, $db, $theme, $lang, $images, $mx_blockcp, $mx_root_path, $HTTP_POST_VARS, $HTTP_COOKIE_VARS, $userdata, $mx_request_vars; --- 80,84 ---- // Display cuztom Panel // =================================================== ! function display_module_parameters( $parameter_data, $block_id ) { global $template, $board_config, $db, $theme, $lang, $images, $mx_blockcp, $mx_root_path, $HTTP_POST_VARS, $HTTP_COOKIE_VARS, $userdata, $mx_request_vars; |