{if $block.template == 'normal'}><{if $block.latestnews_scroll }> <{/if}> <{section name=i loop=$block.columns}> <{foreach item=item from=$block.columns[i]}> <{if $item.posttime }>[ <{$item.posttime}> ]:<{/if}> <{$item.topic_title}> <{$item.title}> <{/foreach}> <{/section}> <{if $block.latestnews_scroll }> <{/if}><{/if}> <{if $block.template == 'extended'}> <{php}>global $xoTheme;$xoTheme->addStylesheet(THEMES_URL . '/css/themes.css');<{/php}> <{if $block.latestnews_scroll }> <{/if}> <{section name=i loop=$block.columns}> <{foreach item=item from=$block.columns[i]}> <{$item.admin}> <{if $block.poster or $item.posttime or $item.read }> <{$item.poster}> <{$item.posttime}><{$item.read}> <{/if}> <{$item.title}> <{$item.text}> <{$item.comment}><{$item.print}><{$item.pdf}><{$item.email}> <{/foreach}> <{/section}> <{if $block.latestnews_scroll }> <{/if}>