]> git.wh0rd.org - tt-rss.git/blobdiff - index.php
pdo connection string: properly check for DB_PORT
[tt-rss.git] / index.php
index 15832aaabdca1c734b3bc20e0aeddba0e9b2a0d0..daa532aa23dfd5a35f60cfe289afa562aaf78b18 100644 (file)
--- a/index.php
+++ b/index.php
 <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 ?>"
        </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.php");
+                       echo stylesheet_tag("css/default.css");
                }
        }
        ?>
        </script>
 </head>
 
-<body id="ttrssMain" class="claro">
+<body class="claro ttrss_main">
 
 <div id="overlay" style="display : block">
        <div id="overlay_inner">