summaryrefslogtreecommitdiff
path: root/prefs.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2017-12-03 13:10:25 +0300
committerAndrew Dolgov <[email protected]>2017-12-03 13:10:25 +0300
commit3f2a8714219d33eb57f44e7989c320a63ffc8fb9 (patch)
tree6cb260cb451186fa023f658f0e15091a375a6c6a /prefs.php
parent6bd13fc55f2e23a84e7e11a22ccd23f6e257e161 (diff)
upd: default css url if no theme
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 16b1dd0eb..a0fe93b15 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.php");
+ echo stylesheet_tag("css/default.css");
}
}
?>