Header Include now not visible?
Hi there, hope you can help.
I had the header and footer working fine, thus it was integrated nicely with rest of site menu etc.
My footer.htm looks like this:
<div class="footer-forum"><?php
pagefooter();
?></div>
</div>
<?php mainheader(); ?>
</div>
and this was working fine. However, I tried to add in some PHP into the header.htm (to include latest forum posts in reviewpost) and I got a few errors when I uploaded. I removed the added code and reverted header.htm back to how i had it,
header.htm looks like this:
<div id="frame_outer">
<div class="main">
<div id="bowls-review">
and for some reason the header php: mainheader() is not showing, or the footer?
Any idea whatis happening?
Last edited by jameswak; March 24th, 2008 at 09:15 AM.
|