diff options
| author | Andrew Dolgov <fox@bah.org.ru> | 2010-01-13 18:31:51 +0300 |
|---|---|---|
| committer | Andrew Dolgov <fox@bah.org.ru> | 2010-01-13 18:31:51 +0300 |
| commit | d9084cf22059f709e935c6c0755d2b69c21b3a87 (patch) | |
| tree | 546788700196fbeb06afc2e87aa837a51e16a905 /tt-rss.php | |
| parent | 57c7aa0f335d1cfef65646c958b838fd69a9ba5d (diff) | |
implement settings profiles (bump schema)
Diffstat (limited to 'tt-rss.php')
| -rw-r--r-- | tt-rss.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tt-rss.php b/tt-rss.php index ed4171a9b..bf5575b95 100644 --- a/tt-rss.php +++ b/tt-rss.php @@ -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 } ?> |