mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-05-06 15:50:10 +02:00
15 lines
285 B
PHTML
15 lines
285 B
PHTML
<div class="controls">
|
|
<h1>Module documentations</h1>
|
|
</div>
|
|
<div class="content" data-base-target="_next">
|
|
<?= $this->partial(
|
|
'layout/menu.phtml',
|
|
'default',
|
|
array(
|
|
'items' => $toc->getChildren(),
|
|
'sub' => false,
|
|
'url' => ''
|
|
)
|
|
) ?>
|
|
</div>
|