diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-08-29 20:00:53 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-08-29 20:00:53 -0400 |
commit | 6c711f696f73bc59813f6834ec241aef3b626cbd (patch) | |
tree | ded4f0e8c7f8c672414ff3f2f84eac0f6d9073e5 /app/Template/doc/show.php | |
parent | ef087f5e22df1a0d97babef26aaf9b8960ee6d5d (diff) |
Include documentation in the application
Diffstat (limited to 'app/Template/doc/show.php')
-rw-r--r-- | app/Template/doc/show.php | 13 |
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 |