icingaweb2/modules/doc/application/views/scripts/search/index.phtml

9 lines
323 B
PHTML

<div class="content">
<?php foreach (/** @type \Icinga\Module\Doc\Renderer\DocSearchRenderer[] $searches */ $searches as $title => $search): ?>
<?php if (! $search->isEmpty()): ?>
<h1><?= $this->escape($title) ?></h1>
<?= $search ?>
<?php endif ?>
<?php endforeach ?>
</div>