|
From: FlorinCB <ory...@us...> - 2008-09-18 23:04:58
|
Update of /cvsroot/mxbb/core/modules/mx_navmenu/admin In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv1418 Modified Files: mx_module_defs.php Log Message: fix Index: mx_module_defs.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_navmenu/admin/mx_module_defs.php,v retrieving revision 1.37 retrieving revision 1.38 diff -C2 -d -r1.37 -r1.38 *** mx_module_defs.php 3 May 2008 19:09:57 -0000 1.37 --- mx_module_defs.php 19 Sep 2008 06:04:55 -0000 1.38 *************** *** 82,86 **** function display_panel_nav_menu( $parameter_data, $block_id ) { ! global $template, $board_config, $db, $theme, $lang, $images, $mx_blockcp, $mx_root_path, $userdata, $mx_request_vars, $dynamic_block_id, $portalpage, $mx_cache, $phpEx; // --- 82,86 ---- function display_panel_nav_menu( $parameter_data, $block_id ) { ! global $template, $tplEx, $board_config, $db, $theme, $lang, $images, $mx_blockcp, $mx_root_path, $userdata, $mx_request_vars, $dynamic_block_id, $portalpage, $mx_cache, $phpEx; // *************** *** 189,193 **** $template->set_filenames(array( ! 'parameter' => 'admin/mx_module_parameters.tpl') ); --- 189,193 ---- $template->set_filenames(array( ! 'parameter' => 'admin/mx_module_parameters.'.$tplEx) ); *************** *** 702,706 **** function display_panel_site_menu( $parameter_data, $block_id ) { ! global $template, $board_config, $db, $theme, $lang, $images, $mx_blockcp, $mx_root_path, $userdata, $mx_request_vars, $dynamic_block_id, $portalpage, $mx_cache, $phpEx; $mx_page = new mx_page(); --- 702,706 ---- function display_panel_site_menu( $parameter_data, $block_id ) { ! global $template, $tplEx, $board_config, $db, $theme, $lang, $images, $mx_blockcp, $mx_root_path, $userdata, $mx_request_vars, $dynamic_block_id, $portalpage, $mx_cache, $phpEx; $mx_page = new mx_page(); *************** *** 791,795 **** $template->set_filenames(array( ! 'parameter' => 'admin/mx_module_parameters_site.tpl') ); --- 791,795 ---- $template->set_filenames(array( ! 'parameter' => 'admin/mx_module_parameters_site.'.$tplEx) ); |