mirror of
https://github.com/Karaka-Management/oms-Knowledgebase.git
synced 2026-02-13 08:48:42 +00:00
Make categories links
This commit is contained in:
parent
88cdd12b94
commit
fe7b536143
|
|
@ -5,8 +5,10 @@ echo $this->getData('nav')->render(); ?>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-xs-12">
|
<div class="col-xs-12">
|
||||||
<?php foreach($categories as $category) : ?>
|
<?php foreach($categories as $category) : ?>
|
||||||
<section class="box wf-100">
|
<section class="box wf-100 wiki-list">
|
||||||
<?= $category->getName(); ?>
|
<div class="inner">
|
||||||
|
<a href="<?= \phpOMS\Uri\UriFactory::build('{/base}/{/lang}/backend/wiki/category?{?}&id=' . $category->getId()) ?>"><?= $category->getName(); ?></a>
|
||||||
|
</div>
|
||||||
</section>
|
</section>
|
||||||
<?php endforeach; ?>
|
<?php endforeach; ?>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user