From d5e73e5e2b98b37a365c022ce3e08d648d848e13 Mon Sep 17 00:00:00 2001 From: Dave Marshall Date: Fri, 18 Jan 2013 21:52:28 +0000 Subject: [PATCH] [SecurityBundle] changed includes to use the new Twig notation --- .../Resources/views/Collector/security.html.twig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Symfony/Bundle/SecurityBundle/Resources/views/Collector/security.html.twig b/src/Symfony/Bundle/SecurityBundle/Resources/views/Collector/security.html.twig index c9c1f29aba..b6795e71be 100644 --- a/src/Symfony/Bundle/SecurityBundle/Resources/views/Collector/security.html.twig +++ b/src/Symfony/Bundle/SecurityBundle/Resources/views/Collector/security.html.twig @@ -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 @@ {% if collector.user %}
{{ collector.user }}
{% 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 %}