]> git.wh0rd.org - tt-rss.git/blobdiff - prefs.php
image cache: send files as content-disposition: attachment; add .png suffix to image...
[tt-rss.git] / prefs.php
index 931373bad4e1a2e37841f4a869b5d3a437728c24..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");
                }
        }
        ?>
@@ -57,6 +57,7 @@
        <script>
                dojoConfig = {
                        async: true,
+                       cacheBust: new Date(),
                        packages: [
                                { name: "lib", location: "../" },
                                { name: "fox", location: "../../js" },