Is there anyone out there that has done this or at least needed it? 

I realize php includes are probably a better way to go, but I don't know php yet and I don't really have the time to learn it right now.  Apache SSI is easy to use and I don't have to recode my entire site just to display a footer.

I have been using PunBB on my web site for a few weeks now and I am happy with the results.  I just started working on site integration, which I am attempting to solve with SSI.  I don't know php and I am using SSI for the rest of the web site, so it only makes sense to use it here.

I ran across this thread http://punbb.org/forums/viewtopic.php?pid=56654#p56654 explaining how to get a header displayed.  I have this working perfectly, along with the navigation bar below the header.  However, I cannot figure out where to put an include for my footer.  I have tried various locations in footer.php with no luck.