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 %}