diff options
Diffstat (limited to 'app/Template')
-rw-r--r-- | app/Template/doc/show.php | 12 | ||||
-rw-r--r-- | app/Template/header/user_dropdown.php | 3 |
2 files changed, 2 insertions, 13 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> diff --git a/app/Template/header/user_dropdown.php b/app/Template/header/user_dropdown.php index a74bdd52..9ccefdf2 100644 --- a/app/Template/header/user_dropdown.php +++ b/app/Template/header/user_dropdown.php @@ -29,7 +29,8 @@ <?= $this->hook->render('template:header:dropdown') ?> <li> - <?= $this->url->icon('life-ring', t('Documentation'), 'DocumentationController', 'show') ?> + <i class="fa fa-fw fa-life-ring" aria-hidden="true"></i> + <?= $this->url->doc(t('Documentation'), 'index') ?> </li> <?php if (! DISABLE_LOGOUT): ?> <li> |