I have created an Report Abuse page named report.html and would like to link it from the main.html.
I have found where the link should be in the main.html and I am not sure where and how it should be done in the index.cgi file.
<a href="<TMPL_VAR site_url>/links.html"><TMPL_VAR lang_links></a> |
<a href="<TMPL_VAR site_url>/contact.html"><TMPL_VAR lang_contact_us></a> |
<a href="<TMPL_VAR site_url>/report.html"><TMPL_VAR lang_??????></a>
What code and where do I add in the index.cgi file?
I searched and found this thread but it didn't give me much details on where and how...
http://www.sibsoft.net/forum/adding-new ... light=subs
Thanks for your help!
