From 4a51153407c6e1e68f52e114cb41fea5c186574f Mon Sep 17 00:00:00 2001 From: Awilum Date: Fri, 31 May 2019 17:14:47 +0300 Subject: [PATCH] Slim Framework integration #118 #117 - base.html updates --- site/plugins/admin/views/partials/base.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/site/plugins/admin/views/partials/base.html b/site/plugins/admin/views/partials/base.html index aa894896..b968c486 100644 --- a/site/plugins/admin/views/partials/base.html +++ b/site/plugins/admin/views/partials/base.html @@ -170,6 +170,18 @@ {% endif %} + {% if is_current_path('admin.entries.index') %} +
+ {% for part in parts %} + {% set i = i - 1 %} + {% if (part != last) %} + / {{ part }} + {% else %} + / {{ part }} + {% endif %} + {% endfor %} +
+ {% endif %} {% if is_current_path('admin.templates.index') or is_current_path('admin.templates.edit') or