mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-23 05:44:36 +02:00
parent
49e927c4bf
commit
0f1983fb25
@ -1,5 +1,5 @@
|
|||||||
<h1>Available documentations</h1>
|
<h1>Available documentations</h1>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="<?= $this->href('doc/icingaweb'); ?>">Icinga Web 2</a></li>
|
<li><a href="<?= $this->href('doc/icingaweb/toc'); ?>">Icinga Web 2</a></li>
|
||||||
<li><a href="<?= $this->href('doc/module/'); ?>">Module documentations</a></li>
|
<li><a href="<?= $this->href('doc/module/'); ?>">Module documentations</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -1,6 +1,10 @@
|
|||||||
<h1>Module documentations</h1>
|
<h1>Module documentations</h1>
|
||||||
<ul>
|
<ul>
|
||||||
<?php foreach ($enabledModules as $module): ?>
|
<?php foreach ($enabledModules as $module): ?>
|
||||||
<li><a href="<?= $this->href('doc/module/' . $module); ?>"><?= $module ?></a></li>
|
<li>
|
||||||
|
<a href="<?= $this->getHelper('Url')->url(array('moduleName' => $module), 'doc/module/toc', false, false); ?>">
|
||||||
|
<?= $module ?>
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
<?php endforeach ?>
|
<?php endforeach ?>
|
||||||
</ul>
|
</ul>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user