[#if forumId??]
[#if forumId==0]
[#else]
[@topic_page keyWords=keywords forumId=forumId count='10']
[#if tag_pagination??]
[/#if]
[#include "../tag/topic.html"/]
[/@topic_page]
[/#if]
[#else]
[@topic_page keyWords=keywords count='10']
[#if tag_pagination??]
[/#if]
[#include "../tag/topic.html"/]
[/@topic_page]
[/#if]