VMinder
11-19-2005, 07:58 AM
Alright I scanned the boards to see if I could find an answer to this but I was wondering, is it possible to put includes such as:
<? include('header.inc'); ?>
and
<? include('footer.inc'); ?>
in the Header, Footer, and Sidebar templates so I do not have to continiously update the site by two forms. What I mean is, everytime I update I have to add to my header.inc and footer.inc file I use onmy content pages and then I have to go through and update greymatter as well.
Is there some way to get these to work so I can simply put the includes in the header and then in the footer, while retaining the side bar as well?
<? include('header.inc'); ?>
and
<? include('footer.inc'); ?>
in the Header, Footer, and Sidebar templates so I do not have to continiously update the site by two forms. What I mean is, everytime I update I have to add to my header.inc and footer.inc file I use onmy content pages and then I have to go through and update greymatter as well.
Is there some way to get these to work so I can simply put the includes in the header and then in the footer, while retaining the side bar as well?