|
From: Jon O. <jon...@us...> - 2005-08-20 18:48:57
|
Update of /cvsroot/mxbb/core/modules/mx_navmenu/admin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27477/modules/mx_navmenu/admin Modified Files: mx_module_defs.php Log Message: minor fixes Index: mx_module_defs.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_navmenu/admin/mx_module_defs.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** mx_module_defs.php 20 Aug 2005 18:19:12 -0000 1.1 --- mx_module_defs.php 20 Aug 2005 18:48:49 -0000 1.2 *************** *** 34,38 **** //define('MX_ALL_DATA' , -1); // Flag - write all data ! class mx_blockcp_parameter { var $is_panel = false; --- 34,38 ---- //define('MX_ALL_DATA' , -1); // Flag - write all data ! class mx_module_defs { var $is_panel = false; *************** *** 94,98 **** // =================================================== /* ! function display_custom_edit( $parameter_data, $block_id ) { global $template, $mx_blockcp, $mx_root_path, $theme, $lang; --- 94,98 ---- // =================================================== /* ! function display_module_parameters( $parameter_data, $block_id ) { global $template, $mx_blockcp, $mx_root_path, $theme, $lang; *************** *** 107,111 **** // Display cuztom Panel // =================================================== ! function display_custom_panel( $parameter_data, $block_id ) { global $template, $board_config, $db, $theme, $lang, $images, $mx_blockcp, $mx_root_path, $HTTP_POST_VARS, $HTTP_COOKIE_VARS; --- 107,111 ---- // 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; *************** *** 209,213 **** // $template->set_filenames(array( ! 'parameter' => $mx_root_path . $mx_blockcp->module_root_path . 'templates/'. $theme['template_name'] . '/admin/mx_blockcp_parameter.tpl') ); --- 209,213 ---- // $template->set_filenames(array( ! 'parameter' => $mx_root_path . $mx_blockcp->module_root_path . 'templates/'. $theme['template_name'] . '/admin/mx_module_parameters.tpl') ); |