Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Footer disappeared


Guest

Recommended Posts

Posted

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

Posted

Change to:

 

<!-- footer //-->

<?php require(DIR_WS_INCLUDES . 'footer.php'); ?>

<!-- footer_eof //-->

Posted

Change to:

 

<!-- footer //-->

<?php require(DIR_WS_INCLUDES . 'footer.php'); ?>

<!-- footer_eof //-->

 

Thank you!

I just noticed the same thing.

dink

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...