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