| Re: Script generating something wrong
Ok, I noticed that
<if condition="$cats['catimage']">
<td><a href="browseimages.php?$session[sessionurl]c=$cats[catid]"><img alt="" border="0" src="$vba_options[gallery_fileurl]/$cats[catimageurl]" width="$cats[catimagewidth]" height="$cats[catimageheight]" /></a></td>
<td width="$stylevar[cellpadding]"><img alt="" src="$vboptions[bburl]/$vboptions[cleargifurl]" width="$stylevar[cellpadding]" /></td>
</if>
is not working :P It calls it even if its turned off, which made some of my links at the gallery align differently.
|