diff --git a/Admin/Install/Navigation.install.json b/Admin/Install/Navigation.install.json index 35181c6..0023460 100644 --- a/Admin/Install/Navigation.install.json +++ b/Admin/Install/Navigation.install.json @@ -13,6 +13,36 @@ "permission": null, "parent": 1003301001, "children": [ + { + "id": 1005902001, + "pid": "abdd1b174820c45d7b68be012afcb82d7ad44aed", + "type": 3, + "subtype": 1, + "name": "Wiki", + "uri": "{/base}/{/lang}/backend/wiki/dashboard?{?}", + "target": "self", + "icon": null, + "order": 1, + "from": "Knowledgebase", + "permission": null, + "parent": 1005901001, + "children": [] + }, + { + "id": 1005903001, + "pid": "abdd1b174820c45d7b68be012afcb82d7ad44aed", + "type": 3, + "subtype": 1, + "name": "Create", + "uri": "{/base}/{/lang}/backend/wiki/create?{?}", + "target": "self", + "icon": null, + "order": 5, + "from": "Knowledgebase", + "permission": null, + "parent": 1005901001, + "children": [] + } ] } ] diff --git a/Theme/Backend/wiki-dashboard.tpl.php b/Theme/Backend/wiki-dashboard.tpl.php index d92cfe2..fc6d686 100644 --- a/Theme/Backend/wiki-dashboard.tpl.php +++ b/Theme/Backend/wiki-dashboard.tpl.php @@ -1,6 +1,6 @@ getData('categories'); -?> +echo $this->getData('nav')->render(); ?>