|
@ -4,11 +4,11 @@ |
|
|
<div class="menu-item"> |
|
|
<div class="menu-item"> |
|
|
<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 %}" > |
|
|
|
|
|
|
|
|
<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="{% sitetree_url for item %}" > |
|
|
{{ item.title_resolved }} |
|
|
{{ item.title_resolved }} |
|
|
</a> |
|
|
</a> |
|
|
<div class="submenu"> |
|
|
<div class="submenu"> |
|
|
{% if item.has_children %} |
|
|
{% if item.is_current or item.in_current_branch %} |
|
|
<div class="submenu active"> |
|
|
<div class="submenu active"> |
|
|
{% sitetree_children of item for menu template "submenu.html" %} |
|
|
{% sitetree_children of item for menu template "submenu.html" %} |
|
|
</div> |
|
|
</div> |
|
|