Gossamer Forum
Home : Products : Links 2.0 : Discussions :

Unkown Tag: db_cgi_url

Quote Reply
Unkown Tag: db_cgi_url
I receive the following message Unkown Tag: db_cgi_url in the body of the e-mail message Links 2.0 sends to people submitting links to my site. The e-mail works fine (it notifies me and the person submitting) except it sends them "Unkown Tag: db_cgi_url" as the body of the message instead of the template.

Thank you for your assistance
Quote Reply
Re: Unkown Tag: db_cgi_url In reply to
You have to define db_cgi_url as a global variable to be used in all template files in the %global hash section of the site_html_templates.pl file, like the following:

Code:
db_cgi_url => $db_cgi_url,

Then you can use the tag:

Code:
<%db_cgi_url%>

Regards,

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













[This message has been edited by Eliot (edited February 17, 2000).]