mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-05-06 15:50:10 +02:00
7 lines
216 B
PHTML
7 lines
216 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>
|