{if isset($module_content)} {config_load file="$language/lang_$language.conf" section="products_media"} {config_load file="lang_`$language`.custom"} {config_load file="lang_`$language`.section" section="products_media"}
{#file#}
{foreach name=aussen item=module_data from=$module_content}
{if isset($module_data.ICON)} {if strpos($module_data.ICON, 'pdf') !== false} {elseif strpos($module_data.ICON, 'link') !== false} {elseif strpos($module_data.ICON, 'jpg') !== false || strpos($module_data.ICON, 'png') !== false} {else} {/if} {/if} {$module_data.FILENAME|replace:" {$module_data.FILESIZE} {if $module_data.BUTTON != ''}{$module_data.BUTTON}{else} {/if} {if $module_data.DESCRIPTION != ''}{$module_data.DESCRIPTION}{/if}
{/foreach}
{/if}