implement cache-busting for default theme.css

night theme: small fixes
This commit is contained in:
Andrew Dolgov
2017-01-25 12:17:41 +03:00
parent 7c04f8afeb
commit e432b8fbe2
6 changed files with 21 additions and 7 deletions
+1 -1
View File
@@ -44,7 +44,7 @@
if ($theme && theme_valid("$theme")) {
echo stylesheet_tag(get_theme_path($theme));
} else {
echo stylesheet_tag("themes/default.css");
echo stylesheet_tag("themes/default.php");
}
}
?>