Commit f45f7196 by Manzar Hussain

active class

parent f9afe9f9
...@@ -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 {% if item.below %} active_sb {% endif %}" {% endif %}> <li {% if item.below %} class="dd_sub_menu {% if item.in_active_trail %} 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