]> git.wh0rd.org - tt-rss.git/blobdiff - index.php
upd: default css url if no theme
[tt-rss.git] / index.php
index 87a50e45dee6e740bcb9298e067d37d35ff09e1e..daa532aa23dfd5a35f60cfe289afa562aaf78b18 100644 (file)
--- a/index.php
+++ b/index.php
        </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">