View Single Post
Old November 15th, 2005, 12:16 PM   #3 (permalink)
Brian
Guest
 
Posts: n/a
Re: changing links in Gallery navbar

Your best bet would probably be to use an <if condition> in the template that looks something like this:

<if condition="VBA_SCRIPT == 'gallery'"> Your link here </if>
  Reply With Quote