{includeq file="$xoops_rootpath/modules/fmcontent/templates/admin/fmcontent_header.html"}>
| <{$smarty.const._FMCONTENT_TOPIC_ID}> | <{$smarty.const._FMCONTENT_TOPIC_NUM}> | <{$smarty.const._FMCONTENT_TOPIC_NAME}> | <{$smarty.const._FMCONTENT_TOPIC_SHOWTYPE}> | <{$smarty.const._FMCONTENT_TOPIC_MENU}> | <{$smarty.const._FMCONTENT_TOPIC_ONLINE}> | <{$smarty.const._FMCONTENT_TOPIC_ACTION}> | <{foreach item=topic from=$topics}>
|---|---|---|---|---|---|---|
| <{$topic.topic_title}> | <{if $topic.topic_showtype == 0}><{$smarty.const._FMCONTENT_SHOWTYPE_0}><{/if}> <{if $topic.topic_showtype == 1}><{$smarty.const._FMCONTENT_SHOWTYPE_1}><{/if}> <{if $topic.topic_showtype == 2}><{$smarty.const._FMCONTENT_SHOWTYPE_2}><{/if}> <{if $topic.topic_showtype == 3}><{$smarty.const._FMCONTENT_SHOWTYPE_3}><{/if}> <{if $topic.topic_showtype == 4}><{$smarty.const._FMCONTENT_SHOWTYPE_4}><{/if}> |
|
|
|