Blog
Developers
Careers
Support
Contact
Gossamer Threads
Solutions
Results
About
Mailing Lists
Resource Centre
Forum
Tools
Home
Who's Online
Tags
Favourites
Login
Register
Forum Search
(
Advanced Search
)
This forum
This category
All forums
for
Home
:
Products
:
Links 2.0
:
Customization
:
Header File
Previous Thread
Next Thread
Print Thread
View Threaded
Mar 8, 1999, 4:04 PM
Mindsnare
Novice
(20 posts)
Mar 8, 1999, 4:04 PM
Post #1 of 3
Views: 339
Shortcut
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
Mar 9, 1999, 1:59 AM
Pasha
User
(214 posts)
Mar 9, 1999, 1:59 AM
Post #2 of 3
Views: 337
Shortcut
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
Regards,
Pasha
------------------
webmaster@find.virtualave.net
http://find.virtualave.net
Mar 9, 1999, 2:44 PM
Bobsie
Veteran
/ Moderator
(3108 posts)
Mar 9, 1999, 2:44 PM
Post #3 of 3
Views: 338
Shortcut
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.
Previous Thread
Next Thread
Print Thread
View Threaded