| = $setting->getId(); ?>
diff --git a/Admin/Install/Navigation.install.json b/Admin/Install/Navigation.install.json
index 7edf9d9..60512ae 100755
--- a/Admin/Install/Navigation.install.json
+++ b/Admin/Install/Navigation.install.json
@@ -5,7 +5,7 @@
"type": 2,
"subtype": 1,
"name": "Exchange",
- "uri": "{/prefix}admin/exchange/log/list?{?}",
+ "uri": "{/lang}/{/app}/admin/exchange/log/list?{?}",
"target": "self",
"icon": null,
"order": 50,
@@ -19,7 +19,7 @@
"type": 3,
"subtype": 1,
"name": "Dashboard",
- "uri": "{/prefix}admin/exchange/log/list?{?}",
+ "uri": "{/lang}/{/app}/admin/exchange/log/list?{?}",
"target": "self",
"icon": null,
"order": 1,
@@ -34,7 +34,7 @@
"type": 3,
"subtype": 1,
"name": "Import",
- "uri": "{/prefix}admin/exchange/import/list",
+ "uri": "{/lang}/{/app}/admin/exchange/import/list",
"target": "self",
"icon": null,
"order": 5,
@@ -49,7 +49,7 @@
"type": 3,
"subtype": 1,
"name": "Export",
- "uri": "{/prefix}admin/exchange/export/list",
+ "uri": "{/lang}/{/app}/admin/exchange/export/list",
"target": "self",
"icon": null,
"order": 10,
diff --git a/Theme/Backend/exchange-export-list.tpl.php b/Theme/Backend/exchange-export-list.tpl.php
index b6bb47a..06dfc3b 100755
--- a/Theme/Backend/exchange-export-list.tpl.php
+++ b/Theme/Backend/exchange-export-list.tpl.php
@@ -39,7 +39,7 @@ echo $this->getData('nav')->render();
|