Commit f9afe9f9 by Manzar Hussain

active class

parent c57fd7ea
...@@ -46,7 +46,7 @@ ...@@ -46,7 +46,7 @@
item.in_active_trail ? 'menu-item--active-trail', item.in_active_trail ? 'menu-item--active-trail',
] ]
%} %}
<li {% if item.below %} class="dd_sub_menu" {% endif %}> <li {% if item.below %} class="dd_sub_menu {% if item.below %} active_sb {% endif %}" {% endif %}>
{% if item.below %} {% if item.below %}
<a href="javascript:void(0);">{{ item.title }} <a href="javascript:void(0);">{{ item.title }}
<span> <span>
......
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