Commit 8511b58e by Manzar Hussain

Merge branch 'feature-theme' into 'develop'

custom condition

See merge request manzarH/dic-global-dev!364
parents 184fa1c0 3065be01
......@@ -47,7 +47,10 @@
]
%}
<li {% if item.below %} class="dd_sub_menu" {% endif %}>
{% if ! item.below %}
{{ link(item.title, item.url) }}
{% endif %}
{% if item.below %}
<a href="{{ item.url }}">{{ item.title }}
<span>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment