]> git.wh0rd.org - tt-rss.git/blobdiff - index.php
Merge branch 'master' of cac2s/tt-rss into master
[tt-rss.git] / index.php
index 220fe27c1693536d5147b7d69b3207dc151f44f2..87a50e45dee6e740bcb9298e067d37d35ff09e1e 100644 (file)
--- a/index.php
+++ b/index.php
@@ -55,6 +55,7 @@
 <html>
 <head>
        <title>Tiny Tiny RSS</title>
+    <meta name="viewport" content="initial-scale=1,width=device-width" />
 
        <script type="text/javascript">
                var __ttrss_version = "<?php echo VERSION ?>"
@@ -68,7 +69,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");
                }
        }
        ?>
@@ -91,6 +92,7 @@
        <script>
                dojoConfig = {
                        async: true,
+                       cacheBust: new Date(),
                        packages: [
                                { name: "fox", location: "../../js" },
                        ]
 
                        <button id="net-alert" dojoType="dijit.form.Button" style="display : none" disabled="true"
                                title="<?php echo __("Communication problem with server.") ?>">
-                       <img
-                               src="images/error.png" />
+                               <img src="images/error.png" />
                        </button>
 
                        <div dojoType="dijit.form.DropDownButton">
 
                <div id="floatingTitle" style="visibility : hidden"></div>
 
-               <div id="headlines-frame" dojoType="dijit.layout.ContentPane"
+               <div id="headlines-frame" dojoType="dijit.layout.ContentPane" tabindex="0"
                                onscroll="headlines_scroll_handler(this)" region="center">
                        <div id="headlinesInnerContainer">
                                <div class="whiteBox"><?php echo __('Loading, please wait...') ?></div>