mirror of
https://github.com/Karaka-Management/oms-Knowledgebase.git
synced 2026-02-12 16:28:41 +00:00
change module info name
This commit is contained in:
parent
7302b12591
commit
d41a437641
|
|
@ -18,7 +18,7 @@ use Modules\Knowledgebase\Models\WikiCategory;
|
||||||
use Modules\Knowledgebase\Models\WikiCategoryMapper;
|
use Modules\Knowledgebase\Models\WikiCategoryMapper;
|
||||||
|
|
||||||
use phpOMS\DataStorage\Database\DatabasePool;
|
use phpOMS\DataStorage\Database\DatabasePool;
|
||||||
use phpOMS\Module\InfoManager;
|
use phpOMS\Module\ModuleInfo;
|
||||||
use phpOMS\Module\InstallerAbstract;
|
use phpOMS\Module\InstallerAbstract;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
@ -34,7 +34,7 @@ class Installer extends InstallerAbstract
|
||||||
/**
|
/**
|
||||||
* {@inheritdoc}
|
* {@inheritdoc}
|
||||||
*/
|
*/
|
||||||
public static function install(DatabasePool $dbPool, InfoManager $info) : void
|
public static function install(DatabasePool $dbPool, ModuleInfo $info) : void
|
||||||
{
|
{
|
||||||
parent::install($dbPool, $info);
|
parent::install($dbPool, $info);
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -34,7 +34,7 @@ echo $this->getData('nav')->render();
|
||||||
<header><h1><?= $this->printHtml($doc->getName()); ?></h1></header>
|
<header><h1><?= $this->printHtml($doc->getName()); ?></h1></header>
|
||||||
<article><?= $doc->getDoc(); ?></article>
|
<article><?= $doc->getDoc(); ?></article>
|
||||||
<div class="inner">
|
<div class="inner">
|
||||||
<span class="tag">Test Tag</span>
|
<span class="tag">FiBu v7.124.52334</span>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user