From 81c52b4b1e73bcc44cbe93fa926036277a961208 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 30 Nov 2020 15:53:32 +0300 Subject: add support for an override stylesheet which applies to all users --- prefs.php | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'prefs.php') diff --git a/prefs.php b/prefs.php index 2a51c6c38..f0ecae180 100644 --- a/prefs.php +++ b/prefs.php @@ -36,8 +36,11 @@ if ($theme && theme_exists("$theme")) { echo stylesheet_tag(get_theme_path($theme), 'theme_css'); } - } - ?> + } ?> + +