diff --git a/site/plugins/admin/app/Controllers/TemplatesController.php b/site/plugins/admin/app/Controllers/TemplatesController.php index aa820296..ed095c77 100644 --- a/site/plugins/admin/app/Controllers/TemplatesController.php +++ b/site/plugins/admin/app/Controllers/TemplatesController.php @@ -232,6 +232,11 @@ class TemplatesController extends Controller 'id_current' => $request->getQueryParams()['id'], 'type_current' => (($request->getQueryParams()['type'] && $request->getQueryParams()['type'] == 'partial') ? 'partial' : 'template'), 'links' => [ + 'themes' => [ + 'link' => $this->router->pathFor('admin.themes.index'), + 'title' => __('admin_themes'), + 'attributes' => ['class' => 'navbar-item'] + ], 'templates' => [ 'link' => $this->router->pathFor('admin.templates.index') . '?theme=' . $theme, 'title' => __('admin_templates'),