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