mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-06 15:29:14 +00:00
implement settings profiles (bump schema)
This commit is contained in:
@@ -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 } ?>
|
||||
|
||||
Reference in New Issue
Block a user