]> git.wh0rd.org - tt-rss.git/blobdiff - prefs.php
fixed wrong path for css files in function calculate_dep_timestamp
[tt-rss.git] / prefs.php
index 2cee534b1892ea4b586e8eb916e02b0914d30502..fcf21cf2e8a71169f2ae345d708716ee8be7a458 100644 (file)
--- a/prefs.php
+++ b/prefs.php
@@ -33,6 +33,7 @@
        <title>Tiny Tiny RSS : <?php echo __("Preferences") ?></title>
 
        <?php stylesheet_tag("lib/dijit/themes/claro/claro.css"); ?>
+       <?php stylesheet_tag("css/layout.css"); ?>
 
        <?php if ($_SESSION["uid"]) {
                $theme = get_pref( "USER_CSS_THEME", $_SESSION["uid"], false);