bizley/yii2-podium

View on GitHub
src/views/elements/forum/_forums.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

/**
 * Podium Module
 * Yii 2 Forum Module
 * @author Paweł Bizley Brzozowski <pawel@positive.codes>
 * @since 0.1
 */

?>
<table class="table table-hover">
    <?= $this->render('/elements/forum/_forum_header') ?>
    <?= $this->render('/elements/forum/_forum_list', ['category' => $category]) ?>
</table>