|
From: FlorinCB <ory...@us...> - 2008-08-30 11:21:06
|
Update of /cvsroot/mxbb/core/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv17480 Modified Files: mx_functions_style.php Log Message: in 'theme' folder are only css file wich we don't need in mxp but .html files are in 'template' folder wich we need in forum integration !!!!!!!!!!!!!!!!!!! Index: mx_functions_style.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_functions_style.php,v retrieving revision 1.88 retrieving revision 1.89 diff -C2 -d -r1.88 -r1.89 *** mx_functions_style.php 29 Aug 2008 02:48:07 -0000 1.88 --- mx_functions_style.php 30 Aug 2008 11:20:42 -0000 1.89 *************** *** 216,222 **** $this->debug_paths .= '<br>phpbb3'; $fileSearch = array(); ! $fileSearch[] = $style_path . '/' . 'theme'; // First check current template ! $fileSearch[] = $mx_user->cloned_template_name . '/' . 'theme'; // Then check Cloned template ! $fileSearch[] = $mx_user->default_template_name . '/' . 'theme'; // Then check Default template $fileSearch[] = './'; --- 216,222 ---- $this->debug_paths .= '<br>phpbb3'; $fileSearch = array(); ! $fileSearch[] = $style_path . '/' . 'template'; // First check current template ! $fileSearch[] = $mx_user->cloned_template_name . '/' . 'template'; // Then check Cloned template ! $fileSearch[] = $mx_user->default_template_name . '/' . 'template'; // Then check Default template $fileSearch[] = './'; |