{config_load file="$language/lang_$language.conf" section="new_products"}
{if $smarty.session.language=='german'}

Neu eingetroffen

{else}

New Arrivals

{/if} {foreach name=aussen item=product from=$module_content}
{if $product.PRODUCTS_IMAGE} {$product.PRODUCTS_NAME|truncate:95: {else} {if $smarty.session.language=='german'} kein Bild vorhanden {else} no image available {/if} {/if} {$product.PRODUCTS_NAME|truncate:95:"...":true} {if $smarty.session.language=='german'} {$product.PRODUCTS_PRICE|replace:'Alter Preis:':''|replace:'Neuer Preis:':''} {else} {$product.PRODUCTS_PRICE|replace:'Old Price:':''|replace:'New Price:':''} {/if}
{/foreach}