|
From: Jon O. <jon...@us...> - 2008-02-16 00:34:58
|
Update of /cvsroot/mxbb/core/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv20243 Modified Files: Tag: core28x 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.17.2.11 retrieving revision 1.17.2.12 diff -C2 -d -r1.17.2.11 -r1.17.2.12 *** mx_functions_style.php 14 Feb 2008 21:22:35 -0000 1.17.2.11 --- mx_functions_style.php 16 Feb 2008 00:34:52 -0000 1.17.2.12 *************** *** 93,97 **** $this->module_template_path = 'templates/' . $mx_user->cloned_template_name . '/'; } ! if( file_exists($module_root_path . 'templates/' . $mx_user->default_template_name . '/' . $filename) ) { // --- 93,97 ---- $this->module_template_path = 'templates/' . $mx_user->cloned_template_name . '/'; } ! else if( file_exists($module_root_path . 'templates/' . $mx_user->default_template_name . '/' . $filename) ) { // |