<!--{if is_array($forum['lastpost'])}-->
<td align="left" title="{$forum[lastpost][subject]}" nowrap>
<span class="smalltxt">┌標題: <a href="redirect.php?tid=$forum[lastpost][tid]&goto=lastpost#lastpost">{$forum[lastpost][subjectc]}</a><br>├時間: <a href="redirect.php?tid=$forum[lastpost][tid]&goto=lastpost#lastpost">{$forum[lastpost][dateline]</a></span><br>
└作者: {lang forum_lastpost_by} <!--{if $forum['lastpost']['author']}-->$forum['lastpost']['author']<!--{else}-->{lang anonymous}<!--{/if}-->
</td><!--{else}-->
<!--{if is_array($sub['lastpost'])}-->
<td align="left" title="{$sub[lastpost][subject]}" nowrap>
<span class="smalltxt">┌標題: <a href="redirect.php?tid=$sub[lastpost][tid]&goto=lastpost#lastpost">{$sub[lastpost][subjectc]}</a><br>
├時間: <a href="redirect.php?tid=$sub[lastpost][tid]&goto=lastpost#lastpost">{$sub[lastpost][dateline]</a></span><br>
└作者: {lang forum_lastpost_by} <!--{if $sub['lastpost']['author']}-->$sub['lastpost']['author']<!--{else}-->{lang anonymous}<!--{/if}-->
</td><!--{else}-->