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