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

8 lines
273 B
PHTML
Raw Normal View History

<div class="controls">
<?= /** @type \Icinga\Web\Widget\Tabs $tabs */ $tabs->showOnlyCloseButton() ?>
<h1><?= /** @type string $title */ $title ?></h1>
</div>
<div class="content">
2015-02-11 15:15:37 +01:00
<?= /** @type \Icinga\Module\Doc\Renderer\DocTocRenderer $toc */ $toc ?>
</div>