image.smarty
494 Bytes
{if $options.has_div_border}
<fieldset>
<field>
<div style="float: left;
border: {$options.div_border};
margin-right: 5px;
padding: 10px;
display:inline;
height:50px;">
{/if}
<img {if $has_id} id="{$id}" {/if} {if $has_value} src="{$value}"{/if} alt="{$name}" title="{$name}" {if $options.has_width} width="{$options.width}" {/if} {if $options.has_height} height="{$options.height}" {/if}/>
{if $options.has_div_border}
</div>
</field>
</fieldset>
{/if}