]> git.wh0rd.org - tt-rss.git/blobdiff - prefs.php
implement settings profiles (bump schema)
[tt-rss.git] / prefs.php
index cae69a54fa80a300c393d2b8de407dd86f0cf2c8..8a0b5237aac7b6cb5084dde0512094dc677c2b95 100644 (file)
--- a/prefs.php
+++ b/prefs.php
@@ -26,7 +26,7 @@
        <title>Tiny Tiny RSS : Preferences</title>
        <link rel="stylesheet" type="text/css" href="tt-rss.css?<?php echo $dt_add ?>"/>
 
-       <?php   $user_theme = $_SESSION["theme"];
+       <?php   $user_theme = get_user_theme_path($link);
                if ($user_theme) { ?>
                <link rel="stylesheet" type="text/css" href="themes/<?php echo $user_theme ?>/theme.css"/>
        <?php } ?>