diff --git a/Admin/Install/Navigation.install.json b/Admin/Install/Navigation.install.json index 19e9793..6e4c085 100755 --- a/Admin/Install/Navigation.install.json +++ b/Admin/Install/Navigation.install.json @@ -5,7 +5,7 @@ "type": 2, "subtype": 0, "name": "Marketing", - "uri": "{/prefix}marketing/dashboard?{?}", + "uri": "{/lang}/{/app}/marketing/dashboard?{?}", "target": "self", "icon": "fa fa-paint-brush", "order": 60, @@ -19,7 +19,7 @@ "type": 2, "subtype": 1, "name": "Promotions", - "uri": "{/prefix}marketing/promotion/list", + "uri": "{/lang}/{/app}/marketing/promotion/list", "target": "self", "icon": null, "order": 1, @@ -33,7 +33,7 @@ "type": 3, "subtype": 1, "name": "List", - "uri": "{/prefix}marketing/promotion/list", + "uri": "{/lang}/{/app}/marketing/promotion/list", "target": "self", "icon": null, "order": 1, @@ -48,7 +48,7 @@ "type": 3, "subtype": 1, "name": "Create", - "uri": "{/prefix}marketing/promotion/create?{?}", + "uri": "{/lang}/{/app}/marketing/promotion/create?{?}", "target": "self", "icon": null, "order": 5, @@ -65,7 +65,7 @@ "type": 2, "subtype": 1, "name": "Events", - "uri": "{/prefix}marketing/event/list", + "uri": "{/lang}/{/app}/marketing/event/list", "target": "self", "icon": null, "order": 5, @@ -79,7 +79,7 @@ "type": 3, "subtype": 1, "name": "List", - "uri": "{/prefix}marketing/event/list", + "uri": "{/lang}/{/app}/marketing/event/list", "target": "self", "icon": null, "order": 1, @@ -94,7 +94,7 @@ "type": 3, "subtype": 1, "name": "Create", - "uri": "{/prefix}marketing/event/create?{?}", + "uri": "{/lang}/{/app}/marketing/event/create?{?}", "target": "self", "icon": null, "order": 5, diff --git a/info.json b/info.json index 633ef34..8a86c58 100755 --- a/info.json +++ b/info.json @@ -12,7 +12,7 @@ }, "creator": { "name": "Karaka", - "website": "www.spl1nes.com" + "website": "jingga.app" }, "description": "Marketing module.", "directory": "Marketing",