mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-05-09 01:00:11 +02:00
6 lines
215 B
PHTML
6 lines
215 B
PHTML
<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>
|