sipps Posted May 14, 2007 Share Posted May 14, 2007 Can anyone tell me how to add a line of text with a link under the copyright notice at the bottom? I'm trying to add a line that says website managed by: with a link to my company. Thanks in advance. Link to comment Share on other sites More sharing options...
ian_m Posted May 14, 2007 Share Posted May 14, 2007 look for the footer.php file in the includes folder, you can just add it in manually there. Cheers Link to comment Share on other sites More sharing options...
Jack_mcs Posted May 14, 2007 Share Posted May 14, 2007 Can anyone tell me how to add a line of text with a link under the copyright notice at the bottom? I'm trying to add a line that says website managed by: with a link to my company. Thanks in advance.Look for this line in the includes/lanugages/english.php filedefine('FOOTER_TEXT_BODY', 'Copyright © 2003 <a href="http://www.oscommerce.com" target="_blank">osCommerce</a><br>Powered by <a href="http://www.oscommerce.com" target="_blank">osCommerce</a>'); And change it to define('FOOTER_TEXT_BODY', 'Copyright © 2003 <a href="http://www.oscommerce.com" target="_blank">osCommerce</a><br>Powered by <a href="http://www.oscommerce.com" target="_blank">osCommerce</a><br> Website Managed by: <a href="http://www.yoursite.com" target="_blank">Some Company</a'); Your line may be a little different but the above should still work. Jack Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.