Commit 1fb60247 by Manzar Hussain

sidebar icon

parent 9aa0035d
...@@ -51,6 +51,10 @@ ...@@ -51,6 +51,10 @@
<li {% if item.below %} class="dd_sub_menu" {% endif %}> <li {% if item.below %} class="dd_sub_menu" {% endif %}>
{{ link(item.title, item.url) }} {{ link(item.title, item.url) }}
{% if item.below %} {% if item.below %}
<span>
<i class="fa fa-plus" aria-hidden="true"></i>
<i class="fa fa-minus" aria-hidden="true"></i>
</span>
{{ menus.menu_links(item.below, attributes, menu_level + 1) }} {{ menus.menu_links(item.below, attributes, menu_level + 1) }}
{% endif %} {% endif %}
</li> </li>
......
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