mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 17:45:55 +00:00
support loading themes from themes.local
This commit is contained in:
@@ -42,7 +42,7 @@
|
||||
<?php if ($_SESSION["uid"]) {
|
||||
$theme = get_pref( "USER_CSS_THEME", $_SESSION["uid"], false);
|
||||
if ($theme && theme_valid("$theme")) {
|
||||
echo stylesheet_tag("themes/$theme");
|
||||
echo stylesheet_tag(get_theme_path($theme));
|
||||
} else {
|
||||
echo stylesheet_tag("themes/default.css");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user