Hi all,
I am using the following code to load images with Lightbox javascript.
I am using the “transparent.gif” so if users don’t have an image it uses that file, however I think since I installed 1.3.3 (I might be wrong) “transparent.gif” is not working and if user doesn’t upload an image I am getting a smarty error message on the detail page and in fact detail page doesn’t load at all.<%if $photo !="$tpl_base/images/transparent.gif" %><A href="<%$photo%>" rel="lightbox"><%thumb file="$photo" width="170" height="120" crop="true" window="true" link="false" html='class="img float" border="0"'%> </a>
<%/if%>
Any idea what the problem could be or why it is not working?
Many thanks in advance
Mitchell


