Gossamer Forum
Home : Products : Links 2.0 : Discussions :

Unkown Tag: db_cgi_url

Quote Reply
Unkown Tag: db_cgi_url
After the following global is defined in my site_html_templates.pl (It already was) Where do I use this tag or what file?
<%db_cgi_url%>
Thank you,
Chris Taylor
Quote Reply
Re: Unkown Tag: db_cgi_url In reply to
PLEASE do not add duplicate Threads in the forums!!!!! If you are unable to solve a problem with advice given...please add a reply to your ORIGINAL thread! OR add replies to Threads that have already been created!

You use this tag in any of your template files...like for example, in your search_results.html, you could link to your advanced search page in the following manner:

Code:
<a href="<%db_cgi_url%>/search.cgi">Advanced Search</a>

Regards,

------------------
Eliot Lee
* Be sure to visit the Resource Center for FAQ's, Modifications and Extra Goodies!!
* Search Forums!
* Say NO to Duplicate Threads. :)
----------------------