summaryrefslogtreecommitdiffstats
path: root/modules/doc/application/views/scripts/chapter.phtml
diff options
context:
space:
mode:
Diffstat (limited to 'modules/doc/application/views/scripts/chapter.phtml')
-rw-r--r--modules/doc/application/views/scripts/chapter.phtml6
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/doc/application/views/scripts/chapter.phtml b/modules/doc/application/views/scripts/chapter.phtml
new file mode 100644
index 0000000..8cd4f6e
--- /dev/null
+++ b/modules/doc/application/views/scripts/chapter.phtml
@@ -0,0 +1,6 @@
+<div class="controls">
+ <?= /** @var \Icinga\Web\Widget\Tabs $tabs */ $this->tabs ?>
+</div>
+<div class="content chapter">
+ <?= /** @var \Icinga\Module\Doc\Renderer\DocSectionRenderer $section */ $section ?>
+</div>