From 83c4f9c3a2d2a9587ecbfad85239bae8341edb40 Mon Sep 17 00:00:00 2001 From: 8chan Admin Date: Wed, 30 Oct 2013 16:59:05 +0000 Subject: [PATCH] Only show default stylesheet to non-mods --- templates/header.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/header.html b/templates/header.html index 6929fdca..0ac44114 100644 --- a/templates/header.html +++ b/templates/header.html @@ -3,7 +3,7 @@ {% if config.meta_keywords %}{% endif %} - {% if config.default_stylesheet.1 != '' %}{% endif %} + {% if config.default_stylesheet.1 != '' and not mod %}{% endif %} {% if config.font_awesome %}{% endif %} {% if not nojavascript %} @@ -40,4 +40,4 @@ .recaptchatable, #recaptcha_area tr, #recaptcha_area td, #recaptcha_area th { padding: 0 !important; } - {% endraw %}{% endif %} \ No newline at end of file + {% endraw %}{% endif %}