Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Lost my "Powered by osCommerce"


Guest

Recommended Posts

Well you either have lost the text itself or the code that outputs it.

 

The code that outputs it is ..

 

includes/footer.php

 

<table border="0" width="100%" cellspacing="0" cellpadding="0">
 <tr>
<td align="center" class="smallText"><?php echo FOOTER_TEXT_BODY; ?></td>
 </tr>
</table>

 

the actual text is ..

 

includes/languages/<mylanguage>.php

define('FOOTER_TEXT_BODY', 'Copyright © ' . date('Y') . ' <a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . STORE_NAME . '</a><br>Powered by <a href="http://www.oscommerce.com" target="_blank">osCommerce</a>');

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...