]> git.wh0rd.org - tt-rss.git/blobdiff - index.php
feed debugger: only allow debugging users own feeds
[tt-rss.git] / index.php
index 657e0f5a84013b76ad9a053898a78b606f61e676..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");
                }
        }
        ?>