Hier nochmal das Smarty snippet:
Code: Select all
{if isset($entry->fields)}
{foreach from=$entry->fields item='field'}
{if $field->type == 'file'}
<a href="{$entry->file_location}/{$field->value}" class="thumb"><img src="{$entry->file_location}/thumb_{$field->value}" alt="" /></a>
{/if}
{/foreach}
{/if}