{Des::while}{LastsPostsInfo}
<?php $PowerBB->_CONF['template']['while']['LastsPostsInfo'][$this->x_loop]['title'] = $PowerBB->Powerparse->censor_words($PowerBB->_CONF['template']['while']['LastsPostsInfo'][$this->x_loop]['title']);
$nums ='30';
$PowerBB->_CONF['template']['while']['LastsPostsInfo'][$this->x_loop]['title'] = $PowerBB->Powerparse->_wordwrap($PowerBB->_CONF['template']['while']['LastsPostsInfo'][$this->x_loop]['title'],$nums);
?>
<font class="smallfont" style="text-align: right;float: right;">
<img border="0" src="portal/images/info.gif" alt="Last Posts">
<a target="_blank" title="{$lang['LastsPostsWriter']}
{$LastsPostsInfo['writer']}
{$lang['LastsPostsDate']}
{$LastsPostsInfo['reply_date']}
{if {$LastsPostsInfo['last_replier']}}
{$lang['LastsPostsReplyWriter']}
{$LastsPostsInfo['last_replier']}
{else}
{$lang['LastsPostsReplyWriter']}
{$LastsPostsInfo['writer']}
{/if}
{$lang['LastsPostsReply_number']}
{$LastsPostsInfo['reply_number']}
{$lang['LastsPostsvisitor']}
{$LastsPostsInfo['visitor']} " href="
{if {$_CONF['info_row']['rewriterule']} == '1'}
t{$LastsPostsInfo['id']}.html">
{else}
index.php?page=topic&show=1&id={$LastsPostsInfo['id']}">
{/if}
{$LastsPostsInfo['title']}
</a>
<br />
</font>
{/Des::while}