mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-03 22:19:13 +00:00
rework user CSS support (bump schema)
This commit is contained in:
@@ -7040,4 +7040,15 @@
|
||||
}
|
||||
}
|
||||
|
||||
function print_user_stylesheet($link) {
|
||||
$value = get_pref($link, 'USER_STYLESHEET');
|
||||
|
||||
if ($value) {
|
||||
print "<style type=\"text/css\">";
|
||||
print $value;
|
||||
print "</style>";
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user