<{if $block.full_view == true}>
|
<{$block.lang_topic}> |
<{$block.lang_replies}> |
<{$block.lang_views}> |
<{$block.lang_lastpost}> |
<{foreach item=topic from=$block.topics}>
 |
<{$topic.icon_newest_reply}> <{$topic.title}> <{$topic.pages}> |
<{$topic.replies}> |
<{$topic.views}> |
<{$topic.time}> <{$block.lang_by}> <{if $topic.poster_id == 0}><{$topic.poster_name}><{else}><{$topic.poster_name}><{/if}>  |
<{/foreach}>
<{else}>
|
<{$block.lang_topic}> |
<{$block.lang_replies}> |
<{$block.lang_lastpost}> |
<{foreach item=topic from=$block.topics}>
 |
<{$topic.icon_newest_reply}> <{$topic.title}> <{$topic.pages}> |
<{$topic.replies}> |
<{$topic.time}> <{$block.lang_by}> <{if $topic.poster_id == 0}><{$topic.poster_name}><{else}><{$topic.poster_name}><{/if}>  |
<{/foreach}>
<{/if}>