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

6 lines
215 B
PHTML
Raw Normal View History

<h1>Module documentations</h1>
<ul>
<?php foreach ($enabledModules as $module): ?>
<li><a href="<?= $this->href('doc/module/view', array('name' => $module)); ?>"><?= $module ?></a></li>
<?php endforeach ?>
</ul>