<{strip}> <{foreach item=topic from=$block.topics}>
<{$topic.title}>
<{if $topic.fullstories}> <{assign var="lang_postedby" value=$block.lang_postedby}> <{assign var="lang_on" value=$block.lang_on}> <{assign var="lang_reads" value=$block.lang_reads}> <{assign var="lang_readmore" value=$block.lang_readmore}> <{assign var="mydirurl" value=$block.mydirurl}> <{foreach item=story from=$topic.fullstories}> <{include file="db:`$block.mydirname`_item.html" story=$story}>
<{/foreach}> <{/if}> <{if $topic.stories}>
<{if $topic.topic_url}> <{$topic.title}> <{/if}>
    <{foreach item=story from=$topic.stories}>
  • <{$story.title}> <{if strstr( $block.type , "counter" )}> (<{$story.hits}>) <{else}> (<{$story.date}>) <{/if}>
  • <{/foreach}>
<{/if}> <{if $topic.morelink}>
<{$block.lang_morelink}>
<{/if}> <{/foreach}> <{/strip}>