]> git.wh0rd.org - tt-rss.git/blobdiff - prefs.php
implement cache-busting for default theme.css
[tt-rss.git] / prefs.php
index 4298c38a2be7efd4fd4e00527838c0464834ab46..b1cdb0b49ab4808833911209d620ac0b5567060c 100644 (file)
--- 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");
                }
        }
        ?>