<{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.last_post_id <> 0}><{$block.lang_by}>: <{$topic.last_post_name}><{else}><{$block.lang_by}>: <{$topic.last_post_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.last_post_id <> 0}><{$block.lang_by}>: <{$topic.last_post_name}><{else}><{$block.lang_by}>: <{$topic.last_post_name}><{/if}> |
<{/foreach}>
<{/if}>