Just wondering if anyone can help out with this...
I have added a custom field in my links table called linkdata
what I would like... is for it to show a image in the rows.html based on this variable
for example
if $linkdata = '1'
then $dataimage = "http://www.url.com/image1/jpg"
else if $linkdata = '2'
then $dataimage = "http://ww.url.com/image2.jpg"
Just wondering where i should insert the code... and where i should call the variables from the database... so that I can insert <%dataimage%> into rows.html


