diff --git a/site/plugins/admin/templates/partials/base.html b/site/plugins/admin/templates/partials/base.html
index d3b83c9a..5b67e51b 100644
--- a/site/plugins/admin/templates/partials/base.html
+++ b/site/plugins/admin/templates/partials/base.html
@@ -129,6 +129,7 @@
delivery
{% endif %}
+
{% if is_current_path('admin.api_delivery_entries.index') %}
/
@@ -159,6 +160,36 @@
entries
{% endif %}
+ {% if is_current_path('admin.api_delivery_images.index') %}
+ /
+
+ delivery
+ /
+
+ images
+ {% endif %}
+
+ {% if is_current_path('admin.api_delivery_images.edit') %}
+ /
+
+ delivery
+ /
+
+ images
+ /
+
+ {{ token }}
+ {% endif %}
+
+ {% if is_current_path('admin.api_delivery_images.add') %}
+ /
+
+ delivery
+ /
+
+ images
+ {% endif %}
+
{% if is_current_path('admin.themes.information')or
is_current_path('admin.themes.settings') %}
{% if id %}