Gossamer Forum
Home : Products : Links 2.0 : Customization :

Header File

Quote Reply
Header File
I inserted a HTML document into the header folder and rebuilt pages and it still does not show up - What am I doing wrong? - Thank You

------------------
Sean Fleck
Mindsnare.com
Quote Reply
Re: Header File In reply to
If you want to show a header or anything in 'site_html.pl' file, then just include:

Code:

$my_header = qq~ header text goes here ~;

somewhere at the top of your 'site_html.pl' file, and then add:

$my_header

anywhere you want your header to be shown. That's simple Smile


Regards,

Pasha

------------------
webmaster@find.virtualave.net
http://find.virtualave.net
Quote Reply
Re: Header File In reply to
Is the directory in which the html file is stored called "header" or "headers"? The docs say to use "headers" but the script looks for "header".

Also, make sure that the name of the html file is included in the "header" field of the category record.