From 94b165898e6356ad6eaced1f68a14d2d3dbacb1e Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Sun, 2 Mar 2014 05:23:09 +0100 Subject: [PATCH] Correct CSS file name --- html/admin/setup.php | 2 +- include/ac_common.php | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/html/admin/setup.php b/html/admin/setup.php index f9764b762..a8f917264 100644 --- a/html/admin/setup.php +++ b/html/admin/setup.php @@ -3,7 +3,7 @@ - + diff --git a/include/ac_common.php b/include/ac_common.php index b5dc78424..e5e2899a5 100644 --- a/include/ac_common.php +++ b/include/ac_common.php @@ -268,7 +268,7 @@ function html_page_start($p_theme="", $p_script="", $p_script2="") $Res = $cn->exec_sql("select the_filestyle from theme where the_name='" . $p_theme . "'"); if (Database::num_row($Res) == 0) - $style = "style.css"; + $style = "style-classic.css"; else { $s = Database::fetch_array($Res, 0); @@ -277,7 +277,7 @@ function html_page_start($p_theme="", $p_script="", $p_script2="") } else { - $style = "style.css"; + $style = "style-classic.css"; } // end if $title="NOALYSS"; @@ -348,7 +348,7 @@ function html_min_page_start($p_theme="", $p_script="", $p_script2="") $Res = $cn->exec_sql("select the_filestyle from theme where the_name='" . $p_theme . "'"); if (Database::num_row($Res) == 0) - $style = "style.css"; + $style = "style-classic.css"; else { $s = Database::fetch_array($Res, 0); @@ -357,7 +357,7 @@ function html_min_page_start($p_theme="", $p_script="", $p_script2="") } else { - $style = "style.css"; + $style = "style-classic.css"; } // end if echo ''; echo "";