summaryrefslogtreecommitdiff
path: root/app/Template/doc/show.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Template/doc/show.php')
-rw-r--r--app/Template/doc/show.php13
1 files changed, 13 insertions, 0 deletions
diff --git a/app/Template/doc/show.php b/app/Template/doc/show.php
new file mode 100644
index 00000000..8fbadc93
--- /dev/null
+++ b/app/Template/doc/show.php
@@ -0,0 +1,13 @@
+<section id="main">
+ <div class="page-header">
+ <ul>
+ <li>
+ <i class="fa fa-life-ring fa-fw"></i>
+ <?= $this->url->link(t('Table of contents'), 'doc', 'show', array('file' => 'index')) ?>
+ </li>
+ </ul>
+ </div>
+ <div class="markdown documentation">
+ <?= $content ?>
+ </div>
+</section> \ No newline at end of file