1
0
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:
Andrew Dolgov
2005-11-26 07:48:37 +01:00
parent 54a60e1a00
commit 503eb3498a
4 changed files with 46 additions and 2 deletions

View File

@@ -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;