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

7 lines
214 B
PHTML
Raw Normal View History

<div class="controls">
<h1><?= $this->translate(sprintf('%s Documentation', ucfirst($docName))); ?></h1>
</div>
<div class="content toc">
<?= $tocRenderer->render($this, $this->getHelper('Url')); ?>
</div>