Gossamer Forum
Home : Products : Gossamer Links : Discussions :

problem with image link...

Quote Reply
problem with image link...
   
LinksSQL 2.x

Code:
<img src="<%build_images_url%>/<%rate_img%>.gif">


when me need write <%rate_img%>.gif in LinksSQL 3.x ?

Code:

<img src="<%Links::Utils::image_url('2b.gif')%>"


thank you
Quote Reply
Re: [halahan] problem with image link... In reply to
You can use:
Code:
<img src="<%Links::Utils::image_url("${rate_img}.gif")%>" />

Adrian
Quote Reply
Re: [brewt] problem with image link... In reply to
thanks!!!