X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/0c031877779113a6728f6bd6a54d52dad594f00c..4695f6a4609dce0c65aad7878ca0361d3b3ea424:/Resources/views/body.html.twig?ds=sidebyside
diff --git a/Resources/views/body.html.twig b/Resources/views/body.html.twig
index 452f70c..aba7827 100644
--- a/Resources/views/body.html.twig
+++ b/Resources/views/body.html.twig
@@ -5,7 +5,7 @@
{% block stylesheets %}
-
+
{% for size, icon in site_png %}
{# Apple #}
{% if size in [152, 167, 180] %}
@@ -18,31 +18,35 @@
{# Others #}
{% else %}
-
+
{% endif %}
{% endfor %}
{# stylesheet '//fonts.googleapis.com/css?family=Irish+Grover' '//fonts.googleapis.com/css?family=La+Belle+Aurore' '@RapsysAirBundle/Resources/public/css/{reset,screen}.css' #}
- {% stylesheet '@rapsys_air_bundle/css/{reset,irishgrover,labelleaurore,screen}.css' %}
-
- {% endstylesheet %}
+ {% stopwatch 'stylesheet' %}
+ {% stylesheet '@rapsys_air_bundle/css/{reset,droidsans,screen}.css' %}
+
+ {% endstylesheet %}
+ {% endstopwatch %}
{% endblock %}
{% block javascripts %}
- {#{% javascript '@RapsysAir/js/*.js' %}
-
- {% endjavascript %}#}
+ {% stopwatch 'javascript' %}
+ {#{% javascript '@RapsysAir/js/*.js' %}
+
+ {% endjavascript %}#}
+ {% endstopwatch %}
{% endblock %}
{% block title %}{{ title }}{% endblock %}
{% block body %}
{% block header %}