Thanks heaps for your reply...
I have modifed it to....
Code:
|replace:"home/pur6105/public_html/mitash/":""
However it still looks the same....
Here is my file....
Code:
{if $images ne ""}
{capture name=dialog}
<table width=100%>
<tr>
<td>
<table>
{section name=image loop=$images}
{if $images[image].image_path|replace:"home/pur6105/public_html/mitash/":""}
<tr><td>{thumb file=`$images[image].image_path` longside="100" link="false"}</td></tr>
{/if}
{/section}
</table>
</td>
<td>
<img src={$images[0].image_path|replace:"home/pur6105/public_html/mitash/":""} name="main_image"/>
</td>
</tr>
</table>
{/capture}
{include file="dialog.tpl" title=$lng.lbl_detailed_images content=$smarty.capture.dialog extra='width="100%"'}
{/if}
http://www.purebaby.net.au/mitash/pr...cat=262&page=2
Am not sure if I missed any step...
Thanks for helping with this...