I am new to Smarty code and was just wondering if you can provide me with PHP equivalent to this piece of smart code..
<div class = "span3">
<a href = "{$auction->get('links.details')}"><div id="raffle-list-img">
{if $current_item->get('imagecount')}
{$current_item->get('gallery')}
{/if}
</div></a>
</div>
This was in a .tpl file and I need it placing in a .php file.
Im trying to make an auction item to show a photo.
Thank you for your help.