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

7 lines
155 B
PHTML
Raw Normal View History

<div class="controls">
2014-08-19 13:38:18 +02:00
<h1><?= $title ?></h1>
</div>
<div class="content toc">
<?= $tocRenderer->render($this, $this->getHelper('Url')); ?>
</div>