Rename controllers
This commit is contained in:
@@ -3,11 +3,11 @@
|
||||
<ul>
|
||||
<li>
|
||||
<i class="fa fa-life-ring fa-fw"></i>
|
||||
<?= $this->url->link(t('Table of contents'), 'doc', 'show', array('file' => 'index')) ?>
|
||||
<?= $this->url->link(t('Table of contents'), 'DocumentationController', 'show', array('file' => 'index')) ?>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="markdown documentation">
|
||||
<?= $content ?>
|
||||
</div>
|
||||
</section>
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user