diff -r 3b0e3d47fe1f -r f39aa19dbc39 templates/theme.html
--- a/templates/theme.html Thu Dec 04 12:44:15 2014 +0100
+++ b/templates/theme.html Thu Dec 04 13:24:54 2014 +0100
@@ -65,9 +65,22 @@
- {% for href, caption in get_topmenue(): %}
- {%- if href[1:] == act -%}
- - {% else %}
- {% endif %}{{ caption }}
+ {% for href, caption, submenu in get_topmenue(): %}
+ {% if submenu[0] %}
+ -
+
+ {{ caption }}
+
+
+
+ {% else %}
+ {%- if href[1:] == act -%}
+ - {% else %}
- {% endif %}{{ caption }}
+ {% endif %}
{% endfor %}