From 374ed595b7d94ec5ce14670098e9909ea123c02a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20W=C3=B3js?= Date: Tue, 18 Jan 2022 11:08:04 +0100 Subject: [PATCH] Changed profiler logo to Ibexa (#50) --- .../Resources/views/Profiler/layout.html.twig | 31 ++++++++++++------- 1 file changed, 19 insertions(+), 12 deletions(-) diff --git a/src/bundle/Debug/Resources/views/Profiler/layout.html.twig b/src/bundle/Debug/Resources/views/Profiler/layout.html.twig index cfa1853aba..dda40fa0b7 100644 --- a/src/bundle/Debug/Resources/views/Profiler/layout.html.twig +++ b/src/bundle/Debug/Resources/views/Profiler/layout.html.twig @@ -1,13 +1,25 @@ {% extends '@WebProfiler/Profiler/layout.html.twig' %} +{% macro ibexa_logo() %} + + + + + + + + + + + + + + +{% endmacro %} + {% block toolbar %} {% set icon %} - - - - - - + {{ _self.ibexa_logo() }} {% endset %} {% set text %} @@ -34,12 +46,7 @@ {% block menu %} - - - - - - + {{ _self.ibexa_logo() }} Ibexa DXP