View Full Version : Greymatter - PHP Includes


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?

VMinder
11-19-2005, 08:24 AM
Ok so I figured it out by doing header.txt and footer.txt includes but now on my archives my side bar is completely all the way to the right, making a horizontal bar?