Commit 8228f55a by Manzar Hussain

Merge branch 'feature-theme' into 'develop'

check condition

See merge request manzarH/dic-global-dev!376
parents a18ce59b 63113784
...@@ -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