Gossamer Forum
Home : Products : Links 2.0 : Customization :

TAG UNKNOW ?

Quote Reply
TAG UNKNOW ?
Hello,
I am beginner in the world of the cgi. Could one say to me how must I modify files (in the cgi-bin) to reveal the tag " < %grand_total% > " in ALL my Templates. If not I have an error " TAG grand_total UNKNOW ".
I WANT USE THE TAG "<%grand_total%>" IN MY ALL TEMPLATES.
What do I have to change?
In site_html_templates.pl
I Change -->

%globals = (
date => &get_date,
time => &get_time,
db_cgi_url => $db_cgi_url,
build_root_url => $build_root_url,
site_title => $build_site_title,
css => $build_css_url,
grand_total => $grand_total
banner => ''
);

BUT DON'T WORK !
After rebuil
In my html templates the tag is known
but nothing is displayed (not figures)

Thank you to help me.

Psygno



Quote Reply
Re: TAG UNKNOW ? In reply to
Do you have this in each of the subs in the site_html_templates.pl:

Code:
grand_total => $grand_total,
Jimmy Crow
http://www.homewithgod.com/