-
+
+
+ {% do
+ emitter.emit('onAdminThemeHeader') %}
+ {% endblock %}
+
+
+
+
+
-
-
-
+ /
+ {{ id }}
+ {% endif %}
+
+
-
+
{% endif %}
{% endif %}
-
{% if links or buttons %}
{% if links %}
-
{% endif %}
{% if buttons %}
-
- {% for link in links %}
-
+ {% for link in links %}
+ {{ link.title }}
{% endfor %}
- >{{ link.title }}
- {% endfor %}
-
+
- {% for button in buttons %}
- {% if button.type == 'action' %}
-
+ {% for button in buttons %}
+ {% if button.type == 'action' %}
+
- {{ button.title }}
-
-
- {% else %}
-
+ {{ button.title }}
+
+
+ {% else %}
+ {{ button.title|raw }}
+ {% endif %}
{% endfor %}
- >{{ button.title|raw }}
- {% endif %}
- {% endfor %}
-
+
- {% if is_current_path('admin.entries.index') or
- is_current_path('admin.entries.edit') or
- is_current_path('admin.entries.add') or
- is_current_path('admin.entries.move') or
- is_current_path('admin.entries.rename') or
+
+
+
-
+ {% if is_current_path('admin.entries.index')or
+ is_current_path('admin.entries.edit')or
+ is_current_path('admin.entries.add')or
+ is_current_path('admin.entries.move')or
+ is_current_path('admin.entries.rename')or
is_current_path('admin.entries.type') %}
- {% for part in parts %}
- {% set i = i - 1 %}
- {% if (part != last) %}
- / {{ part }}
- {% else %}
- / {{ part }}
- {% endif %}
- {% endfor %}
- {% endif %}
+ {% for part in parts %}
+ {% set i = i - 1 %}
+ {% if (part != last) %}
+
+ /
+ {{ part }}
+ {% else %}
+ /
+ {{ part }}
+ {% endif %}
+ {% endfor %}
+ {% endif %}
- {% if is_current_path('admin.themes.index') or
- is_current_path('admin.templates.index') or
- is_current_path('admin.templates.edit') or
- is_current_path('admin.templates.rename') or
+ {% if is_current_path('admin.themes.index')or
+ is_current_path('admin.templates.index')or
+ is_current_path('admin.templates.edit')or
+ is_current_path('admin.templates.rename')or
is_current_path('admin.templates.add') %}
- / {{ theme }} {% if id %} / {{ id }}{% endif %}
- {% endif %}
+ /
+ {{ theme }}
+ {% if id %}
+ /
+ {{ id }}
+ {% endif %}
+ {% endif %}
- {% if is_current_path('admin.api.index') or
- is_current_path('admin.api_tokens.index') or
- is_current_path('admin.api_tokens.add') or
+ {% if is_current_path('admin.api.index')or
+ is_current_path('admin.api_tokens.index')or
+ is_current_path('admin.api_tokens.add')or
is_current_path('admin.api_tokens.edit') %}
- / {{ api }}
- {% endif %}
+ /
+ {{ api }}
+ {% endif %}
- {% if is_current_path('admin.themes.information') or
+ {% if is_current_path('admin.themes.information')or
is_current_path('admin.themes.settings') %}
- {% if id %} / {{ id }}{% endif %}
- {% endif %}
+ {% if id %}
+ /
+ {{ id }}
+ {% endif %}
+ {% endif %}
- {% if is_current_path('admin.fieldsets.index') or
- is_current_path('admin.fieldsets.edit') or
- is_current_path('admin.fieldsets.rename') or
- is_current_path('admin.fieldsets.add') or
- is_current_path('admin.snippets.index') or
- is_current_path('admin.snippets.edit') or
- is_current_path('admin.snippets.rename') or
+ {% if is_current_path('admin.fieldsets.index')or
+ is_current_path('admin.fieldsets.edit')or
+ is_current_path('admin.fieldsets.rename')or
+ is_current_path('admin.fieldsets.add')or
+ is_current_path('admin.snippets.index')or
+ is_current_path('admin.snippets.edit')or
+ is_current_path('admin.snippets.rename')or
is_current_path('admin.snippets.add') %}
- / {{ id }}
- {% endif %}
+ /
+ {{ id }}
+ {% endif %}
- {% if is_current_path('admin.plugins.index') or
- is_current_path('admin.plugins.information') or
+ {% if is_current_path('admin.plugins.index')or
+ is_current_path('admin.plugins.information')or
is_current_path('admin.plugins.settings') %}
- / {{ id }}
- {% endif %}
-
-
- {% block content %}{% endblock %}
-
-