summaryrefslogtreecommitdiff
path: root/prefs.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2017-01-25 12:17:41 +0300
committerAndrew Dolgov <[email protected]>2017-01-25 12:17:41 +0300
commite432b8fbe2a134e14b7e79960b17273c39795789 (patch)
tree310673ebcae3b79613df3beffbbc4669327fa221 /prefs.php
parent7c04f8afebd9eec1114773a06ebffd9a827a3d98 (diff)
implement cache-busting for default theme.css
night theme: small fixes
Diffstat (limited to 'prefs.php')
-rw-r--r--prefs.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/prefs.php b/prefs.php
index 4298c38a2..b1cdb0b49 100644
--- a/prefs.php
+++ b/prefs.php
@@ -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");
}
}
?>