|
|
@ -3,7 +3,7 @@ |
|
|
|
{% autoescape off %} |
|
|
|
<ul class="menu"> |
|
|
|
{% 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 %}" |
|
|
|
> |
|
|
|
<a href="{% sitetree_url for item %}" > |
|
|
|