]> git.wh0rd.org - tt-rss.git/blobdiff - prefs.php
update version static for css & db changes
[tt-rss.git] / prefs.php
index 772f58c19633c3321af792a25450ef980d18f609..a0fe93b15ef868d665cb1ddd66a98afe938d36ab 100644 (file)
--- a/prefs.php
+++ b/prefs.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");
                }
        }
        ?>