Gossamer Forum
Quote Reply
page
is there a way to add a page into links. example:

links information
then load my page
links information

Quote Reply
Re: page In reply to
If you are using templates, its pretty easy..

Code:
<%include somefile.txt%>
or
<%include somefile.html%>

Just make sure you have the latest Template.pm from the resource center.



------------------
The Crowe crowe@charter.net
www.lit.org Links Engine for Writing on the net!



Quote Reply
Re: page In reply to
Which is called Enhanced Template.pm...

Wink

Also, if you want to use SSI, take a look at the Header and Footer (Insert Files) FAQ/Tutorial....

anthrotech.com/cgi/links/faqs/insertfiles/

Regards,

------------------
Eliot Lee....
Former Handle: Eliot
* Check Resource Center
* Search Forums
Quote Reply
Re: page In reply to
<%include somefile.html%>

i would have to change this somefile.html name in different pages, will this still work?
Quote Reply
Re: page In reply to
If you have the Enhanced Template.pm codes installed...Yes.

Regards,

------------------
Eliot Lee....
Former Handle: Eliot
* Check Resource Center
* Search Forums