mirror of
https://github.com/Karaka-Management/oms-Knowledgebase.git
synced 2026-02-12 00:08:43 +00:00
start working on wiki
This commit is contained in:
parent
ff6e521eb9
commit
b8d33a6e5b
|
|
@ -18,4 +18,3 @@ $app = $this->getData('app');
|
||||||
* @var \phpOMS\Views\View $this
|
* @var \phpOMS\Views\View $this
|
||||||
*/
|
*/
|
||||||
echo $this->getData('nav')->render();
|
echo $this->getData('nav')->render();
|
||||||
?>
|
|
||||||
|
|
@ -18,4 +18,3 @@ $apps = $this->getData('apps');
|
||||||
* @var \phpOMS\Views\View $this
|
* @var \phpOMS\Views\View $this
|
||||||
*/
|
*/
|
||||||
echo $this->getData('nav')->render();
|
echo $this->getData('nav')->render();
|
||||||
?>
|
|
||||||
|
|
@ -18,4 +18,3 @@ $app = $this->getData('app');
|
||||||
* @var \phpOMS\Views\View $this
|
* @var \phpOMS\Views\View $this
|
||||||
*/
|
*/
|
||||||
echo $this->getData('nav')->render();
|
echo $this->getData('nav')->render();
|
||||||
?>
|
|
||||||
|
|
@ -16,7 +16,7 @@ use \phpOMS\Uri\UriFactory;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var \Modules\Knowledgebase\Models\WikiCategory[] $categories
|
* @var \Modules\Knowledgebase\Models\WikiCategory[] $categories
|
||||||
* @var \Modules\Knowledgebase\Models\WikiDoc[] $documents
|
* @var \Modules\Knowledgebase\Models\WikiDoc[] $documents
|
||||||
*/
|
*/
|
||||||
$categories = $this->getData('categories') ?? [];
|
$categories = $this->getData('categories') ?? [];
|
||||||
$documents = $this->getData('docs') ?? [];
|
$documents = $this->getData('docs') ?? [];
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user