Commit 7c7aca75 by Manzar Hussain

Merge branch 'feature-theme' into 'develop'

sidebar icon

See merge request manzarH/dic-global-dev!360
parents be90ce3a 1fb60247
......@@ -51,6 +51,10 @@
<li {% if item.below %} class="dd_sub_menu" {% endif %}>
{{ link(item.title, item.url) }}
{% 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) }}
{% endif %}
</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