diff --git a/Admin/Install/Navigation.install.json b/Admin/Install/Navigation.install.json index 2d2045c..881db0b 100755 --- a/Admin/Install/Navigation.install.json +++ b/Admin/Install/Navigation.install.json @@ -5,7 +5,7 @@ "type": 2, "subtype": 1, "name": "Media", - "uri": "{/prefix}media/list", + "uri": "{/lang}/{/app}/media/list", "target": "self", "icon": null, "order": 20, @@ -21,7 +21,7 @@ "type": 2, "subtype": 2, "name": "Media", - "uri": "{/prefix}profile/single/media?{?}", + "uri": "{/lang}/{/app}/profile/single/media?{?}", "target": "self", "icon": null, "order": 3, diff --git a/Admin/Settings/Theme/Backend/settings.tpl.php b/Admin/Settings/Theme/Backend/settings.tpl.php index 4c5b5c3..4c2b230 100755 --- a/Admin/Settings/Theme/Backend/settings.tpl.php +++ b/Admin/Settings/Theme/Backend/settings.tpl.php @@ -69,7 +69,7 @@ echo $this->getData('nav')->render(); ?>
$type) : ++$count; - $url = UriFactory::build('admin/module/settings?id=Media&type=' . $type->getId()); ?> + $url = UriFactory::build('{/lang}/{/app}/admin/module/settings?id=Media&type=' . $type->getId()); ?>