jasyn Posted December 11, 2007 Posted December 11, 2007 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.
jasyn Posted December 11, 2007 Author Posted December 11, 2007 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:
Recommended Posts
Archived
This topic is now archived and is closed to further replies.