]> git.wh0rd.org - tt-rss.git/blobdiff - prefs.php
Merge branch 'master' of dim0x69/tt-rss into master
[tt-rss.git] / prefs.php
index 931373bad4e1a2e37841f4a869b5d3a437728c24..82f23f583ab4bfc90f51ea9cf053555cf09f1ac6 100644 (file)
--- a/prefs.php
+++ b/prefs.php
@@ -31,6 +31,7 @@
 <html>
 <head>
        <title>Tiny Tiny RSS : <?php echo __("Preferences") ?></title>
+    <meta name="viewport" content="initial-scale=1,width=device-width" />
 
        <script type="text/javascript">
                var __ttrss_version = "<?php echo VERSION ?>"
@@ -44,7 +45,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 +58,7 @@
        <script>
                dojoConfig = {
                        async: true,
+                       cacheBust: new Date(),
                        packages: [
                                { name: "lib", location: "../" },
                                { name: "fox", location: "../../js" },