mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-02-07 19:11:34 +00:00
generic theme support, misc compact stylesheet iframe fixes
This commit is contained in:
@@ -617,6 +617,10 @@
|
||||
db_query($link, "UPDATE ttrss_users SET last_login = NOW() WHERE id = " .
|
||||
$_SESSION["uid"]);
|
||||
|
||||
$user_theme = get_user_theme_path($link);
|
||||
|
||||
$_SESSION["theme"] = $user_theme;
|
||||
|
||||
initialize_user_prefs($link, $_SESSION["uid"]);
|
||||
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user