Fix haluz fixu menu korektur pro mobily
This commit is contained in:
parent
b9192bbdb4
commit
fb6e460039
1 changed files with 3 additions and 1 deletions
|
@ -3,7 +3,9 @@
|
||||||
{% autoescape off %}
|
{% autoescape off %}
|
||||||
<ul class="menu_mobile">
|
<ul class="menu_mobile">
|
||||||
{% for item in sitetree_items %}
|
{% for item in sitetree_items %}
|
||||||
<li class="{% if item.has_children %}dropdown{% endif %} {% if item.is_current or item.in_current_branch %}active{% endif %}">
|
<li class="{% if item.has_children %}dropdown{% endif %} {% if item.is_current or item.in_current_branch %}active{% endif %}"
|
||||||
|
style="{% if item.title == "HIDDEN" %}display:none{% endif %}"
|
||||||
|
>
|
||||||
<a href="{% if item.has_children %}#{% else %}{% sitetree_url for item %}{% endif %}" {% if item.has_children %}class="dropdown-toggle" data-toggle="dropdown"{% endif %}>
|
<a href="{% if item.has_children %}#{% else %}{% sitetree_url for item %}{% endif %}" {% if item.has_children %}class="dropdown-toggle" data-toggle="dropdown"{% endif %}>
|
||||||
{{ item.title_resolved }}
|
{{ item.title_resolved }}
|
||||||
</a>
|
</a>
|
||||||
|
|
Loading…
Reference in a new issue