]> git.wh0rd.org - tt-rss.git/blobdiff - index.php
dbupdater: use PDO
[tt-rss.git] / index.php
index 66314ad17d2271b653e7822989529a6c8234d9b8..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");
                }
        }
        ?>
 
                        <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>