{config_load file="$language/lang.conf" section="latest_news"}
{#heading_text#}
{if $ONE eq 1} {assign var="module_data" value=$module_content[0]}
{$module_data.NEWS_DATA}
{$module_data.NEWS_CONTENT}
{#other_news#}
{else}
{foreach name=aussen item=module_data from=$module_content} {php} $col++; {/php}
{$module_data.NEWS_DATA}
{$module_data.NEWS_CONTENT|os_truncate:$smarty.const.MAX_DISPLAY_LATEST_NEWS_CONTENT:" ..."}
{#other_news#}
{php} if ($col>=1) { $col=0; echo '
'; } {/php} {/foreach}
{/if}