Files
Kanboard-Prod/app/Template/board/public.php
2014-12-28 11:28:50 -05:00

12 lines
402 B
PHP

<section id="main" class="public-board">
<?= $this->render('board/show', array(
'project' => $project,
'swimlanes' => $swimlanes,
'categories' => $categories,
'board_private_refresh_interval' => $board_private_refresh_interval,
'board_highlight_period' => $board_highlight_period,
'not_editable' => true,
)) ?>
</section>