mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-26 23:34:08 +02:00
parent
e320d8613c
commit
282af5a794
14
modules/doc/application/views/scripts/partials/toc.phtml
Normal file
14
modules/doc/application/views/scripts/partials/toc.phtml
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
<div class="controls">
|
||||||
|
<h1><?= $docName ?> documentation</h1>
|
||||||
|
</div>
|
||||||
|
<div class="content" data-base-target="_next">
|
||||||
|
<?= $this->partial(
|
||||||
|
'layout/menu.phtml',
|
||||||
|
'default',
|
||||||
|
array(
|
||||||
|
'items' => $docToc->getChildren(),
|
||||||
|
'sub' => false,
|
||||||
|
'url' => ''
|
||||||
|
)
|
||||||
|
) ?>
|
||||||
|
</div>
|
Loading…
x
Reference in New Issue
Block a user