|
From: FlorinCB <ory...@us...> - 2008-08-27 09:53:21
|
Update of /cvsroot/mxbb/core/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv8314 Modified Files: mx_functions_style.php Log Message: grrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrr Index: mx_functions_style.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_functions_style.php,v retrieving revision 1.86 retrieving revision 1.87 diff -C2 -d -r1.86 -r1.87 *** mx_functions_style.php 27 Aug 2008 09:48:07 -0000 1.86 --- mx_functions_style.php 27 Aug 2008 09:53:16 -0000 1.87 *************** *** 832,836 **** case 'phpbb3': $row['style_copy'] = $template_config_row['template_copy']; ! $row['head_stylesheet'] = $row['style_name'] . '.css'; break; } --- 832,836 ---- case 'phpbb3': $row['style_copy'] = $template_config_row['template_copy']; ! $row['head_stylesheet'] = $row['template_path'] . '.css'; break; } |