How can I wrap my forum with my site's existing global header and footer?
Nov 4, 2005, 9:52 AM
New User (3 posts)
Nov 4, 2005, 9:52 AM
Post #2 of 4
Views: 2463
Ok, I now understand a bit about the templates. So is there anyway to do a server side include within the gossamer templates?
In other words, could I create my own template by copying the defaut directory and replace this:
<html>
<head>
with something like this:
<!--#include file="myheader.htm"-->
in every template file?
(I tried this but it didn't work. I'm not very familiar with perl)
In other words, could I create my own template by copying the defaut directory and replace this:
<html>
<head>
with something like this:
<!--#include file="myheader.htm"-->
in every template file?
(I tried this but it didn't work. I'm not very familiar with perl)
Nov 4, 2005, 12:03 PM
New User (3 posts)
Nov 4, 2005, 12:03 PM
Post #4 of 4
Views: 2462
Perfect! Thank you.
One more question. I created my own template called 'mytemplate' by copying the default folder to a new folder called 'mytemplate'.
I can see the template and edit it in the admin 'user templates' section but I don't know how to apply it to my site. I went to Setup > Defaults and set default_template_set to 'mytemplate' but it didn't change anything on the site.
One more question. I created my own template called 'mytemplate' by copying the default folder to a new folder called 'mytemplate'.
I can see the template and edit it in the admin 'user templates' section but I don't know how to apply it to my site. I went to Setup > Defaults and set default_template_set to 'mytemplate' but it didn't change anything on the site.