|
From: Jon O. <jon...@us...> - 2008-02-16 00:34:28
|
Update of /cvsroot/mxbb/core/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv20192 Modified Files: mx_functions_style.php Log Message: minor bug. else if... Index: mx_functions_style.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_functions_style.php,v retrieving revision 1.45 retrieving revision 1.46 diff -C2 -d -r1.45 -r1.46 *** mx_functions_style.php 14 Feb 2008 21:33:36 -0000 1.45 --- mx_functions_style.php 16 Feb 2008 00:34:21 -0000 1.46 *************** *** 225,229 **** $this->module_template_path = 'templates/' . $mx_user->cloned_template_name . '/'; } ! if( file_exists($module_root_path . 'templates/' . $mx_user->default_template_name . '/' . $filename) ) { // --- 225,229 ---- $this->module_template_path = 'templates/' . $mx_user->cloned_template_name . '/'; } ! else if( file_exists($module_root_path . 'templates/' . $mx_user->default_template_name . '/' . $filename) ) { // |