]> git.wh0rd.org - tt-rss.git/blobdiff - prefs.php
feedbrowser hack
[tt-rss.git] / prefs.php
index 2b1270f104a6b2dfa48aadaa0718ca0c27a011f2..9f2b2e43b743a2cd3b1d886827986196489d6012 100644 (file)
--- a/prefs.php
+++ b/prefs.php
@@ -40,7 +40,7 @@
        <?php echo stylesheet_tag("lib/dijit/themes/claro/claro.css"); ?>
 
        <?php if ($_SESSION["uid"]) {
-               $theme = get_pref( "USER_CSS_THEME", $_SESSION["uid"], false);
+               $theme = get_pref("USER_CSS_THEME", false, false);
                if ($theme && theme_valid("$theme")) {
                        echo stylesheet_tag(get_theme_path($theme));
                } else {