cybercarrillo Posted June 2, 2006 Posted June 2, 2006 How can I remove the "Copyright and Powered by Oscomerce" words at the footer of the site? Thx in advance
Samsbc12 Posted June 2, 2006 Posted June 2, 2006 How can I remove the "Copyright and Powered by Oscomerce" words at the footer of the site? Thx in advance I just edited the footer.php file directly which is found in the includes page and did something like php echo '<html><center> ? 2006 my site. All Rights Reserved'; ?>
Wendy James Posted June 2, 2006 Posted June 2, 2006 If you have modified the look of your store enough that it follows the copyright guidlines then you can open /includes/footer.php and remove <?php /* The following copyright announcement can only be appropriately modified or removed if the layout of the site theme has been modified to distinguish itself from the default osCommerce-copyrighted theme. For more information please read the following Frequently Asked Questions entry on the osCommerce support site: http://www.oscommerce.com/community.php/faq,26/q,50 Please leave this comment intact together with the following copyright announcement. */ echo FOOTER_TEXT_BODY ?> Replacing that with your own text. Wendy James Creativity is allowing yourself to make mistakes. Art is knowing which ones to keep.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.