upd: default css url if no theme

master
Andrew Dolgov 7 years ago
parent 6bd13fc55f
commit 3f2a871421

@ -68,7 +68,7 @@
if ($theme && theme_valid("$theme")) {
echo stylesheet_tag(get_theme_path($theme));
} else {
echo stylesheet_tag("themes/default.php");
echo stylesheet_tag("css/default.css");
}
}
?>

@ -44,7 +44,7 @@
if ($theme && theme_valid("$theme")) {
echo stylesheet_tag(get_theme_path($theme));
} else {
echo stylesheet_tag("themes/default.php");
echo stylesheet_tag("css/default.css");
}
}
?>

Loading…
Cancel
Save