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 --- index.php | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'index.php') diff --git a/index.php b/index.php index e402c1402..be0b279ef 100644 --- a/index.php +++ b/index.php @@ -44,8 +44,11 @@ if ($theme && theme_exists("$theme")) { echo stylesheet_tag(get_theme_path($theme), 'theme_css'); } - } - ?> + } ?> + +