Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Modifying Page Footer


Guest

Recommended Posts

Hello,

 

I've been trying to modify the footer of my catalog page to reword the lines that read "Copyright 2002 osCommerce, Powered by osCommerce." I modified the line in the catalog/includes/languages/english.php file to read what I need it to read. However, the lines never seem to change even after uploading. Is there something else I should be considering?? Thank you.

 

Regards,

Manoj

Link to comment
Share on other sites

includes-footer.php

make sure this is listed:

<tr>

<td align="center" class="smallText"><?php echo FOOTER_TEXT_BODY ?><br><br><br></td>

</tr>

then in includes-languages-english. Find the following and correct:

define('FOOTER_TEXT_BODY' ,'your text';)

Where your text has what you want in there.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...