Gossamer Forum
Home : Products : Links 2.0 : Discussions :

header&footer don't work

Quote Reply
header&footer don't work
Header and footer options don't work.

In links.cfg
$db_header_path = $db_script_path . "/header"; # Place to store header and footers.
$db_footer_path = $db_script_path . "/footer";
---------------------
In db_utils.pl
print "HTTP/1.0 200 OK\n" if ($db_iis or $nph);
# print "Pragma: no-cache\n" if ($db_nocache);

Why? What can i must do?


Quote Reply
Re: header&footer don't work In reply to
Please search this forum and the Installation Forums more carefully...I have provided answers to this problem at least three times in the past two months.

Anyway...

You need to do the following:

1) Upload the header.html and footer.html template files in your templates/header and templates/footer directory. Change the permission of these files to 666 (rw-rw-rw-).

2) Then in your Category Forms in the admin.cgi, simply add header.html in the Header field and footer.html in the Footer field.

BTW: As I have mentioned before...there is a FAQ in the Resource Center that discusses putting common header and footer files into your LINKS generated pages....

http://anthrotech.com/...ks/faqs/insertfiles/

Regards,

Eliot Lee