Guest Posted June 22, 2010 Posted June 22, 2010 Hello all, I just noticed the footer is gone from my site. I did not do anything with the footer but I have added a box recently. The site can be viewed here:CS Chateau This is a snippet of the view source <!-- footer //--> <!-- footer_eof //--> Yes, I know I should back it up but I forgot to do so before I made the recent changes. This only happens on pages connected to the index page. All the other page links have the footer. Your help is much needed and appreciated! dink
Guest Posted June 22, 2010 Posted June 22, 2010 Change to: <!-- footer //--> <?php require(DIR_WS_INCLUDES . 'footer.php'); ?> <!-- footer_eof //-->
Guest Posted June 22, 2010 Posted June 22, 2010 Change to: <!-- footer //--> <?php require(DIR_WS_INCLUDES . 'footer.php'); ?> <!-- footer_eof //--> Thank you! I just noticed the same thing. dink
Recommended Posts
Archived
This topic is now archived and is closed to further replies.