theherbman Posted February 10, 2010 Share Posted February 10, 2010 Hi I have just noticed the copyright date has changed to 2010 on my site. The site was built several years ago is it possible to put the copyright back to the date the site was built and to stop it being changed each year? Thanks Mel Link to comment Share on other sites More sharing options...
web-project Posted February 10, 2010 Share Posted February 10, 2010 you need to modify the following line in english.php file (or other language file) 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>'); define('FOOTER_TEXT_BODY', 'Copyright © (your year here) <a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . STORE_NAME . '</a><br>Powered by <a href="http://www.oscommerce.com" target="_blank">osCommerce</a>'); Please read this line: Do you want to find all the answers to your questions? click here. As for contribution database it's located here! 8 people out of 10 don't bother to read installation manuals. I can recommend: if you can't read the installation manual, don't bother to install any contribution yourself. Before installing contribution or editing/updating/deleting any files, do the full backup, it will save to you & everyone here on the forum time to fix your issues. Any issues with oscommerce, I am here to help you. Link to comment Share on other sites More sharing options...
theherbman Posted February 10, 2010 Author Share Posted February 10, 2010 you need to modify the following line in english.php file (or other language file) Thanks very much Regards Mel Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.