summaryrefslogtreecommitdiff
path: root/app/Template/analytic/layout.php
blob: e3c6099f4ad4d1fd776f8fda67a9101c23750b93 (plain)
1
2
3
4
5
6
7
8
9
10
<section id="main">
    <?= $this->projectHeader->render($project, 'TaskListController', 'show') ?>
    <section class="sidebar-container">
        <?= $this->render($sidebar_template, array('project' => $project)) ?>

        <div class="sidebar-content">
            <?= $content_for_sublayout ?>
        </div>
    </section>
</section>