Commit 63113784 by Manzar Hussain

check condition

parent 55c3be3a
...@@ -47,7 +47,7 @@ ...@@ -47,7 +47,7 @@
] ]
%} %}
<li{{ item.attributes.addClass(classes) }}> <li{{ item.attributes.addClass(classes) }}>
{% if menu_level == 0 %} {% if menu_level > 0 %}
<a href="javascript:void(0);">{{ item.title }} <a href="javascript:void(0);">{{ item.title }}
<span> <span>
<i class="fa fa-plus" aria-hidden="true"></i> <i class="fa fa-plus" aria-hidden="true"></i>
......
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