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
flashwave d4063a994f r20151101
Signed-off-by: Flashwave <me@flash.moe>
2015-11-01 17:32:47 +01:00

6 lines
135 B
Smarty

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