summaryrefslogtreecommitdiff
path: root/index.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 /index.php
parent7c04f8afebd9eec1114773a06ebffd9a827a3d98 (diff)
implement cache-busting for default theme.css
night theme: small fixes
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index 66314ad17..6e81bd619 100644
--- a/index.php
+++ b/index.php
@@ -68,7 +68,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");
}
}
?>