93
How to edit correctly publisher_items_spot.tpl?
So that only the first article displays <{$item.image_path}>?
<{foreach item=item from=$block.items name=spotlight}>
<{if $item.summary != ''}>
<div>
<{if $item.image_path}>
<a href="<{$item.itemurl}>"><img src="<{$item.image_path}>" align="right" alt="<{$item.clean_title}>" title="<{$item.clean_title}>"></a>
<{/if}>
<{$item.summary}>
</div>
<{/if}>
<{/foreach}>