Commit 24ff9945 by Manzar Hussain

check condition

parent 0a81274c
...@@ -48,12 +48,13 @@ ...@@ -48,12 +48,13 @@
%} %}
<li{{ item.attributes.addClass(classes) }}> <li{{ item.attributes.addClass(classes) }}>
{% if item.below %} {% if item.below %}
<a href="javascript:void(0);">{{ item.title }} <a href="javascript:void(0);">{{ link(item.title) }}
{# {{ item.title }} #}
<span> <span>
<i class="fa fa-plus" aria-hidden="true"></i> <i class="fa fa-plus" aria-hidden="true"></i>
<i class="fa fa-minus" aria-hidden="true"></i> <i class="fa fa-minus" aria-hidden="true"></i>
</span> </span>
</a>
{{ menus.menu_links(item.below, attributes, menu_level + 1) }} {{ menus.menu_links(item.below, attributes, menu_level + 1) }}
</a> </a>
{% else %} {% else %}
......
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