Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

how do i add text to the copyright line?


jasyn

Recommended Posts

Posted

so right now the copyright line is

 

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

 

I want to get rid of STORE_NAME and just put a TEXT. I want to still keep the link, but how do i add the text. just by replacing "STORE_NAME" gives me an error.

Posted
so right now the copyright line is

 

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

 

I want to get rid of STORE_NAME and just put a TEXT. I want to still keep the link, but how do i add the text. just by replacing "STORE_NAME" gives me an error.

 

nevermind i figured it out :lol:

Archived

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

×
×
  • Create New...