Commit 6fa33f58 by Manzar Hussain

test

parent df5ee1f9
...@@ -49,7 +49,7 @@ ...@@ -49,7 +49,7 @@
<li{{ item.attributes.addClass(classes) }}> <li{{ item.attributes.addClass(classes) }}>
{{ link(item.title, item.url) }} {{ link(item.title, item.url) }}
{% if item.below %} {% if item.below %}
{% if menu_level == 1 %}
<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>
...@@ -57,7 +57,7 @@ ...@@ -57,7 +57,7 @@
</span> </span>
</a> </a>
{{ menus.menu_links(item.below, attributes, menu_level + 1) }} {{ menus.menu_links(item.below, attributes, menu_level + 1) }}
{% endif %}
{% endif %} {% endif %}
</li> </li>
{% endfor %} {% endfor %}
......
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