]> git.wh0rd.org - tt-rss.git/blobdiff - prefs.php
remove layout.css
[tt-rss.git] / prefs.php
index 931373bad4e1a2e37841f4a869b5d3a437728c24..16b1dd0eb25f3428532bb11d56509f4ce04ea42e 100644 (file)
--- a/prefs.php
+++ b/prefs.php
 <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 ?>"
        </script>
 
        <?php echo stylesheet_tag("lib/dijit/themes/claro/claro.css"); ?>
-       <?php echo stylesheet_tag("css/layout.css"); ?>
 
        <?php if ($_SESSION["uid"]) {
                $theme = get_pref( "USER_CSS_THEME", $_SESSION["uid"], false);
                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" },
 
 </head>
 
-<body id="ttrssPrefs" class="claro">
+<body class="claro ttrss_main ttrss_prefs">
 
 <div id="notify" class="notify"></div>
 <div id="cmdline" style="display : none"></div>