From 099f7cca24c2450a4add81fd50b76f7e4a99ffd5 Mon Sep 17 00:00:00 2001 From: n3storm Date: Thu, 4 Sep 2025 10:28:56 +0000 Subject: [PATCH] Eliminado borde superior y circulo consultoria para todos --- views/menu-otros-servicios.twig | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/views/menu-otros-servicios.twig b/views/menu-otros-servicios.twig index a734fc6..509e9dc 100644 --- a/views/menu-otros-servicios.twig +++ b/views/menu-otros-servicios.twig @@ -9,17 +9,18 @@ {% set icon = '' %} {% for subitem in item.children %} - {% if 'investigacion' in subitem.slug %} + {#% if 'investigacion' in subitem.slug %} {% set icon = 'icono_investigacion_2x.png' %} {% else %} {% set icon = 'icono_' ~ subitem.slug ~ '_2x.png' %} - {% endif %} + {% endif %#} + {% set icon = 'icono_consultoria_2x.png' %} {% if servicio not in subitem.slug %}
-
-
{{ subitem.title }}
+ {#
#} +
{{ subitem.title }}
{% endif %}