diff --git a/src/Bundle/ChillMainBundle/Resources/views/layout.html.twig b/src/Bundle/ChillMainBundle/Resources/views/layout.html.twig
index 0d8f2a8b1..c3b105bac 100644
--- a/src/Bundle/ChillMainBundle/Resources/views/layout.html.twig
+++ b/src/Bundle/ChillMainBundle/Resources/views/layout.html.twig
@@ -29,11 +29,15 @@
{{ installation.name }} - {% block title %}{% endblock %}
-
-
-
-
-
+ {% if active_bootstrap == 1 %}
+
+ {% endif %}
+ {% if active_forkawesome == 1 %}
+
+ {% endif %}
+ {% if active_ckeditor == 1 %}
+
+ {% endif %}
{% block css%}{% endblock %}
@@ -149,10 +153,15 @@
-
-
-
-
+ {% if active_bootstrap == 1 %}
+
+ {% endif %}
+ {% if active_forkawesome == 1 %}
+
+ {% endif %}
+ {% if active_ckeditor == 1 %}
+
+ {% endif %}
-
{% block js%}{% endblock %}