This repository has been archived on 2024-06-26. You can view files and clone it, but cannot push or open issues or pull requests.
sakura/_sakura/templates/misaki/forum/forum.tpl

6 lines
135 B
Smarty
Raw Normal View History

<div class="forumListing">
{% for category in board.forums %}
{% include 'forum/forumEntry.tpl' %}
{% endfor %}
</div>