přestalo fungovat menu a tohle pomohlo...
This commit is contained in:
parent
d7b5c201aa
commit
1022dee748
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
{% autoescape off %}
|
{% autoescape off %}
|
||||||
<ul class="menu">
|
<ul class="menu">
|
||||||
{% 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="dropdown {% if item.is_current or item.in_current_branch %}active{% endif %}"
|
||||||
style="{% if item.title == "HIDDEN" %}display:none{% endif %}"
|
style="{% if item.title == "HIDDEN" %}display:none{% endif %}"
|
||||||
>
|
>
|
||||||
<a href="{% sitetree_url for item %}" >
|
<a href="{% sitetree_url for item %}" >
|
||||||
|
|
Loading…
Reference in a new issue