+
{% block submenu %}
{% if submenu %}
- {% endblock %}
+
+ {% block icons %}
+ {# icons go here #}
+ {% endblock %}
+
+ {% endblock %}
+
+
+ {% block center-header %}
+ {# this center-header should contain help texts but no menus#}
+ {% endblock %}
+
+
+
diff --git a/plinth/templates/index.html b/plinth/templates/index.html
index 4e6ecb4e1..162532322 100644
--- a/plinth/templates/index.html
+++ b/plinth/templates/index.html
@@ -20,14 +20,14 @@
{% load i18n %}
-{% block content %}
+{% block icons %}
{% if shortcuts %}
{% for shortcut in shortcuts %}
{% if user.is_authenticated or shortcut.login_required is False %}
-
+
{% if selected_id == shortcut.id %}
-
@@ -38,7 +38,7 @@
{% endif %}
+ style="font-size: 450%">
{{ shortcut.label }}
@@ -87,7 +87,7 @@
{% endblock %}
-{% block sidebar %}
+{% block center-header %}
{% blocktrans trimmed %}