<!--{if is_array($forum['lastpost'])}-->
<td class="altbg2"><table
cellpadding="0" cellspacing="0" border="0" width="100%">
<tr><td align="right" class="smalltxt"
title="{lang forum_lastpost_in}: $forum[lastpost][subject]" nowrap>
$forum[lastpost][dateline]<br>{lang
forum_lastpost_by} <!--{if $forum['lastpost']['author']}-->$forum
['lastpost']['author']<!--{else}-->{lang guest}<!--{/if}--></td>
<td nowrap> <a
href="redirect.php?tid=$forum[lastpost][tid]
&goto=lastpost#lastpost"><img src="{IMGDIR}/lastpost.gif"
border="0"></a></td>
</tr></table></td>
<!--{else}-->
<!--{if is_array($forum['lastpost'])}--><td class="altbg2" height="65"><table cellpadding="0" cellspacing="0" border="0" width="100%"><tr><td align="left" class="smalltxt" title="發布時間: $forum[lastpost][dateline]{LF}完整標題: $forum[lastpost][subject]" nowrap>標題:<a title="發布時間: $forum[lastpost][dateline]{LF}完整標題: $forum[lastpost][subject]" href="redirect.php?tid=$forum[lastpost][tid]&goto=lastpost#lastpost">$forum[lastpost][subjectsc]</a><br>時間:<a title="發布時間: $forum[lastpost][dateline]{LF}完整標題: $forum[lastpost][subject]" href="redirect.php?tid=$forum[lastpost][tid]&goto=lastpost#lastpost">$forum[lastpost][dateline]</a><br>作者: <!--{if $forum['lastpost']['author']}-->$forum['lastpost']['author']<!--{else}-->{lang guest}<!--{/if}--></td></tr></table></td><!--{else}-->
$lastpost['subjectsc'] = cutstr($lastpost['subject'], 15);