[#include "../include/topic_search_includepage.html"/]
[#if forum.description?? && forum.description?trim!='']
| 板块介绍: ${forum.description!} |
| 本版规则: ${forum.forumRule!} |
[#if user??]
[#if user.subscribes?size gt 0]我关注的话题:[/#if]
[#list user.subscribes as sub]
${sub.type.name!}
[/#list]
[/#if]
[@topic_page forumId=forum.id findType=type topLevel='0' count='15' tpl='0'][#include "../tag/forumtopic.html"/] [/@topic_page]
[#if user.subscribes?size gt 0]我关注的话题:[/#if]
[#list user.subscribes as sub]
${sub.type.name!}
[/#list]
[/#if]
[@topic_page forumId=forum.id findType=type topLevel='0' count='15' tpl='0'][#include "../tag/forumtopic.html"/] [/@topic_page]