mirror of
https://github.com/Karaka-Management/oms-Knowledgebase.git
synced 2026-01-11 17:38:40 +00:00
Fixing templates
This commit is contained in:
parent
09355e5069
commit
b956fe07d2
|
|
@ -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": []
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
$categories = $this->getData('categories');
|
||||
?>
|
||||
echo $this->getData('nav')->render(); ?>
|
||||
|
||||
<div class="row">
|
||||
<div class="col-xs-12">
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user