summaryrefslogtreecommitdiff
path: root/app/Template/doc/show.php
blob: 879e45b630242ce95a4aa9ec471dc25742d3d6ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<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>