mirror of
https://github.com/Karaka-Management/oms-Help.git
synced 2026-01-11 12:58:41 +00:00
29 lines
903 B
PHP
Executable File
29 lines
903 B
PHP
Executable File
<div class="row">
|
|
<div class="col-xs-12 col-md-8 col-lg-9">
|
|
<section class="box wf-100">
|
|
<article>
|
|
<?= $this->getData('content'); ?>
|
|
</article>
|
|
</section>
|
|
</div>
|
|
|
|
<div class="col-xs-12 col-md-4 col-lg-3">
|
|
<div class="box wf-100">
|
|
<a tabindex="0" class="button" href="<?= \phpOMS\Uri\UriFactory::build('{/lang}/backend/help/module/single?id={?id}'); ?>"><?= $this->getHtml('Module'); ?></a>
|
|
</div>
|
|
|
|
<section class="box wf-100">
|
|
<article>
|
|
<?= $this->getData('navigation'); ?>
|
|
</article>
|
|
</section>
|
|
|
|
<?php if ($this->hasData('devNavigation')) : ?>
|
|
<section class="box wf-100">
|
|
<article>
|
|
<?= $this->getData('devNavigation'); ?>
|
|
</article>
|
|
</section>
|
|
<?php endif; ?>
|
|
</div>
|
|
</div>
|