[SecurityBundle] changed includes to use the new Twig notation

This commit is contained in:
Dave Marshall 2013-01-18 21:52:28 +00:00
parent d4a0804aab
commit d5e73e5e2b
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
{% extends 'WebProfilerBundle:Profiler:layout.html.twig' %}
{% extends '@WebProfiler/Profiler/layout.html.twig' %}
{% block toolbar %}
{% if collector.user %}
@ -35,7 +35,7 @@
<span class="sf-toolbar-status sf-toolbar-status-{{ color_code }}"></span>
{% if collector.user %}<div class="sf-toolbar-status sf-toolbar-info-piece-additional">{{ collector.user }}</div>{% endif %}
{% endset %}
{% include 'WebProfilerBundle:Profiler:toolbar_item.html.twig' with { 'link': profiler_url } %}
{% include '@WebProfiler/Profiler/toolbar_item.html.twig' with { 'link': profiler_url } %}
{% endblock %}
{% block menu %}