|
From: OryNider <ory...@us...> - 2008-01-15 05:18:30
|
Update of /cvsroot/mxbb/core/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv28104 Modified Files: Tag: core28x mx_functions_style.php Log Message: http://www.mx-system.com/forum/viewtopic.php?t=10483 Index: mx_functions_style.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_functions_style.php,v retrieving revision 1.17.2.6 retrieving revision 1.17.2.7 diff -C2 -d -r1.17.2.6 -r1.17.2.7 *** mx_functions_style.php 13 Jan 2008 18:38:40 -0000 1.17.2.6 --- mx_functions_style.php 15 Jan 2008 05:18:24 -0000 1.17.2.7 *************** *** 693,697 **** function _load_mxbb_images($module_root_path = '') { ! global $images, $board_config, $template, $phpbb_root_path, $mx_root_path, $theme; //unset($GLOBALS['MX_TEMPLATE_CONFIG']); --- 693,697 ---- function _load_mxbb_images($module_root_path = '') { ! global $images, $board_config, $template, $phpbb_root_path, $mx_root_path, $theme, $current_module_images; //unset($GLOBALS['MX_TEMPLATE_CONFIG']); *************** *** 708,712 **** $template_name = $this->template_name; ! @include($mx_root_path . $module_root_path . $this->current_template_path . '/' . $this->template_name . '.cfg'); // --- 708,715 ---- $template_name = $this->template_name; ! if (file_exists($mx_root_path . $module_root_path . $this->current_template_path . '/' . $this->template_name . '.cfg')) ! { ! include($mx_root_path . $module_root_path . $this->current_template_path . '/' . $this->template_name . '.cfg'); ! } // |