Commit 9aa0035d by Manzar Hussain

sidebar menu

parent e01761d9
......@@ -34,6 +34,7 @@
<div class="ls_l_con_b">
<div class="la_sb_l">
<div class="ls_sbmenu sb_dd_m_data">
<ul>
{%
set classes = [
'block',
......@@ -58,6 +59,9 @@
{% block content %}
{{ content }}
{% endblock %}
</ul>
</div>
</div>
</div>
......@@ -32,11 +32,7 @@
{% if menu_level == 0 %}
<ul>
<li class="dd_sub_menu">
<span>
<i class="fa fa-plus" aria-hidden="true"></i>
<i class="fa fa-minus" aria-hidden="true"></i>
</span>
{% else %}
......@@ -52,7 +48,7 @@
item.in_active_trail ? 'menu-item--active-trail',
]
%}
<li>
<li {% if item.below %} class="dd_sub_menu" {% endif %}>
{{ link(item.title, item.url) }}
{% if item.below %}
{{ menus.menu_links(item.below, attributes, menu_level + 1) }}
......
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