diff --git a/Admin/Install/Navigation.install.json b/Admin/Install/Navigation.install.json index 64d47f4..343f3ac 100755 --- a/Admin/Install/Navigation.install.json +++ b/Admin/Install/Navigation.install.json @@ -32,5 +32,66 @@ }, "parent": 0, "children": [] + }, + { + "id": 1006902001, + "pid": "/", + "type": 2, + "subtype": 0, + "name": "Legal", + "uri": null, + "target": "self", + "icon": "fa fa-gavel", + "order": 999999, + "from": "Home", + "permission": { "permission": 2, "type": null, "element": null }, + "parent": 0, + "children": [ + { + "id": 1006902002, + "pid": "/", + "type": 2, + "subtype": 1, + "name": "PrivacyPolicy", + "uri": "{/prefix}legal/privacy", + "target": "self", + "icon": null, + "order": 1, + "from": "Home", + "permission": { "permission": 2, "type": null, "element": null }, + "parent": 1006902001, + "children": [] + }, + { + "id": 1006902003, + "pid": "/", + "type": 2, + "subtype": 1, + "name": "Terms", + "uri": "{/prefix}legal/terms", + "target": "self", + "icon": null, + "order": 1, + "from": "Home", + "permission": { "permission": 2, "type": null, "element": null }, + "parent": 1006902001, + "children": [] + }, + { + "id": 1006902004, + "pid": "/", + "type": 2, + "subtype": 1, + "name": "Imprint", + "uri": "{/prefix}legal/imprint", + "target": "self", + "icon": null, + "order": 10, + "from": "Home", + "permission": { "permission": 2, "type": null, "element": null }, + "parent": 1006902001, + "children": [] + } + ] } ] diff --git a/Theme/Backend/Lang/Navigation.de.lang.php b/Theme/Backend/Lang/Navigation.de.lang.php index a4fd4c2..cba0156 100755 --- a/Theme/Backend/Lang/Navigation.de.lang.php +++ b/Theme/Backend/Lang/Navigation.de.lang.php @@ -13,6 +13,10 @@ declare(strict_types=1); return ['Navigation' => [ - 'Home' => 'Home', - 'Logout' => 'Logout', + 'Home' => 'Home', + 'Imprint' => 'Impressum', + 'Legal' => 'Rechtliches', + 'Logout' => 'Logout', + 'PrivacyPolicy' => 'Datenschutzerklaerung', + 'Terms' => 'AGBs', ]]; diff --git a/Theme/Backend/Lang/Navigation.en.lang.php b/Theme/Backend/Lang/Navigation.en.lang.php index a4fd4c2..d68e1d6 100755 --- a/Theme/Backend/Lang/Navigation.en.lang.php +++ b/Theme/Backend/Lang/Navigation.en.lang.php @@ -13,6 +13,10 @@ declare(strict_types=1); return ['Navigation' => [ - 'Home' => 'Home', - 'Logout' => 'Logout', + 'Home' => 'Home', + 'Imprint' => 'Imprint', + 'Legal' => 'Legal', + 'Logout' => 'Logout', + 'PrivacyPolicy' => 'Privacy Policy', + 'Terms' => 'Terms of Use', ]];