|
From: Jon O. <jon...@us...> - 2008-02-27 21:27:16
|
Update of /cvsroot/mxbb/core/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv25203 Modified Files: mx_functions_style.php Log Message: Styling bug. Code copied from 2.8.x, sorry. Index: mx_functions_style.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_functions_style.php,v retrieving revision 1.55 retrieving revision 1.56 diff -C2 -d -r1.55 -r1.56 *** mx_functions_style.php 25 Feb 2008 00:39:16 -0000 1.55 --- mx_functions_style.php 27 Feb 2008 21:27:11 -0000 1.56 *************** *** 1635,1639 **** if (!empty($this->default_module_style)) { ! $this->default_template_name = 'subSilver'; $this->default_current_template_path = 'templates/' . $this->default_template_name; $this->default_module_style = ''; --- 1635,1639 ---- if (!empty($this->default_module_style)) { ! $this->default_template_name = '_core'; $this->default_current_template_path = 'templates/' . $this->default_template_name; $this->default_module_style = ''; |