From 5bda177fddac91fbe5f9f4e09cfed4d8717f4864 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sat, 9 Jan 2016 19:46:27 +0100 Subject: [PATCH] Templating --- Admin/Install/Navigation.install.json | 4 ++-- Theme/backend/Lang/en.lang.php | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Admin/Install/Navigation.install.json b/Admin/Install/Navigation.install.json index 81f82d6..ca3f478 100644 --- a/Admin/Install/Navigation.install.json +++ b/Admin/Install/Navigation.install.json @@ -51,7 +51,7 @@ "uri": "/{/lang}/backend/marketing/promotion/create", "target": "self", "icon": null, - "order": 1, + "order": 5, "from": 1001900000, "permission": null, "parent": 1001902001, @@ -97,7 +97,7 @@ "uri": "/{/lang}/backend/marketing/event/create", "target": "self", "icon": null, - "order": 1, + "order": 5, "from": 1001900000, "permission": null, "parent": 1001903001, diff --git a/Theme/backend/Lang/en.lang.php b/Theme/backend/Lang/en.lang.php index 4513c2c..e25baa2 100644 --- a/Theme/backend/Lang/en.lang.php +++ b/Theme/backend/Lang/en.lang.php @@ -18,6 +18,7 @@ $MODLANG['Marketing'] = [ 'Description' => 'Description', 'Expenses' => 'Expenses', 'End' => 'End', + 'Event' => 'Event', 'Events' => 'Events', 'Limit' => 'Limit', 'Location' => 'Location',