summaryrefslogtreecommitdiff
path: root/app/Template/doc
diff options
context:
space:
mode:
Diffstat (limited to 'app/Template/doc')
-rw-r--r--app/Template/doc/show.php12
1 files changed, 0 insertions, 12 deletions
diff --git a/app/Template/doc/show.php b/app/Template/doc/show.php
deleted file mode 100644
index 879e45b6..00000000
--- a/app/Template/doc/show.php
+++ /dev/null
@@ -1,12 +0,0 @@
-<section id="main">
- <div class="page-header">
- <ul>
- <li>
- <?= $this->url->icon('life-ring', t('Table of contents'), 'DocumentationController', 'show', array('file' => 'index')) ?>
- </li>
- </ul>
- </div>
- <div class="markdown documentation">
- <?= $content ?>
- </div>
-</section>