Commit 3065be01 by Manzar Hussain

custom condition

parent 627d9b2d
...@@ -47,7 +47,10 @@ ...@@ -47,7 +47,10 @@
] ]
%} %}
<li {% if item.below %} class="dd_sub_menu" {% endif %}> <li {% if item.below %} class="dd_sub_menu" {% endif %}>
{% if ! item.below %}
{{ link(item.title, item.url) }} {{ link(item.title, item.url) }}
{% endif %}
{% if item.below %} {% if item.below %}
<a href="{{ item.url }}">{{ item.title }} <a href="{{ item.url }}">{{ item.title }}
<span> <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