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

5 lines
134 B
PHTML
Raw Normal View History

<h1>Icinga 2 Documentation</h1>
<?= $this->partial('module/view.phtml', 'doc', array(
'toc' => $toc,
'html' => $html
)); ?>