Hi, i want to modify text in copyright section at the bottom of the page..
i cannot find the file to modify please help me
This is a discussion on how to edit the "copyright" and "powered by? within the osCommerce 2.2 Modification Help forums, part of the osCommerce 2.2 Forums category; Hi, i want to modify text in copyright section at the bottom of the page.. i cannot find the file ...
Hi, i want to modify text in copyright section at the bottom of the page..
i cannot find the file to modify please help me
The copyright can be edited int he footer.php file in the includes directory
bpstewart is almost right the code is found in footer.php that actually displays the copyright
echo FOOTER_TEXT_BODY
the actual copyright is found in languages/english.php
At the very bottom of this file you will see the following:
define('FOOTER_TEXT_BODY', 'Copyright & 2002 <a href="http://www.oscommerce.com" target="_blank">osCommerce</a><br>Powered by <a href="http://www.oscommerce.com" target="_blank">osCommerce</a>');
Bookmarks