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 /prefs.php | |
| parent | 57c7aa0f335d1cfef65646c958b838fd69a9ba5d (diff) | |
implement settings profiles (bump schema)
Diffstat (limited to 'prefs.php')
| -rw-r--r-- | prefs.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 } ?> |