diff options
| author | Andrew Dolgov <noreply@madoka.volgo-balt.ru> | 2017-01-25 12:17:41 +0300 |
|---|---|---|
| committer | Andrew Dolgov <noreply@madoka.volgo-balt.ru> | 2017-01-25 12:17:41 +0300 |
| commit | e432b8fbe2a134e14b7e79960b17273c39795789 (patch) | |
| tree | 310673ebcae3b79613df3beffbbc4669327fa221 /prefs.php | |
| parent | 7c04f8afebd9eec1114773a06ebffd9a827a3d98 (diff) | |
implement cache-busting for default theme.css
night theme: small fixes
Diffstat (limited to 'prefs.php')
| -rw-r--r-- | prefs.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"); } } ?> |