]> git.wh0rd.org - tt-rss.git/blobdiff - tt-rss.php
implement settings profiles (bump schema)
[tt-rss.git] / tt-rss.php
index ed4171a9b0ca1c1ff8f2df02aa13fbb9abd01c97..bf5575b95c56bea0ba4e1d017c58c3d238ab1934 100644 (file)
@@ -27,7 +27,7 @@
 
        <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 echo $dt_add ?>">
        <?php } ?>