|
From: OryNider <ory...@us...> - 2008-03-27 16:32:52
|
Update of /cvsroot/mxbb/core/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv25715 Modified Files: mx_functions_style.php Log Message: temp fix Index: mx_functions_style.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_functions_style.php,v retrieving revision 1.67 retrieving revision 1.68 diff -C2 -d -r1.67 -r1.68 *** mx_functions_style.php 14 Mar 2008 19:24:55 -0000 1.67 --- mx_functions_style.php 27 Mar 2008 16:32:42 -0000 1.68 *************** *** 874,877 **** --- 874,882 ---- break; } + + if (empty($this->template_name)) + { + $row['head_stylesheet'] = $this->template_name = 'subSilver'; + } $this->current_template_path = $this->template_path . $this->template_name; |