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 %}
{% endif %}