Commit 8cf2055a by Manzar Hussain

Merge branch 'feature-theme' into 'develop'

Feature theme

See merge request manzarH/dic-global-dev!165
parents 298603d8 db4cdc9b
...@@ -80,4 +80,5 @@ ...@@ -80,4 +80,5 @@
{{ content }} {{ content }}
{% endblock %} {% endblock %}
</div> </div>
</div>
...@@ -31,6 +31,7 @@ ...@@ -31,6 +31,7 @@
{% if items %} {% if items %}
{% if menu_level == 0 %} {% if menu_level == 0 %}
<div class="h_menu_c_b"> <div class="h_menu_c_b">
<div class="h_m_mob_c">
<ul class="h_nav_main"> <ul class="h_nav_main">
{% else %} {% else %}
...@@ -56,8 +57,6 @@ ...@@ -56,8 +57,6 @@
{% endfor %} {% endfor %}
</ul> </ul>
</div> </div>
</ul>
</div>
{% endif %} {% endif %}
{% endmacro %} {% endmacro %}
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