xuoaddict Posted May 28, 2004 Share Posted May 28, 2004 Where do you find the osCommerce copyright logo at the bottom of the page? I would like to move it below my banners at the bottom? life is short "Eat Desert First" Link to comment Share on other sites More sharing options...
241 Posted May 28, 2004 Share Posted May 28, 2004 Do you mean the copyright text or the oscommerce banner image. Both are in catalog/includes/footer.php The copyright text itself is in catalog/includes/languages/english.php No longer giving free advice. Please place deposit in meter slot provided. Individual: [=] SME: [==] Corporation: [===] If deposit does not fit one of the slots provided then you are asking too much! Is your Osc dated try Phoenix raising oscommerce from the ashes. Link to comment Share on other sites More sharing options...
xuoaddict Posted May 28, 2004 Author Share Posted May 28, 2004 Thanks I will look there. life is short "Eat Desert First" Link to comment Share on other sites More sharing options...
xuoaddict Posted May 28, 2004 Author Share Posted May 28, 2004 ok I found it ok but after experimenting I couldnt find where to move it to to be below the banner.. any help? life is short "Eat Desert First" Link to comment Share on other sites More sharing options...
241 Posted May 28, 2004 Share Posted May 28, 2004 from what you are saying I believe that you are refering to the text though you did not reply to say that this is the case. move the table containing the echo FOOTER_TEXT_BODY so as to be below the table for the banner i.e. make the code this <?php /* $Id: footer.php,v 1.26 2003/02/10 22:30:54 hpdl Exp $ osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright (c) 2003 osCommerce Released under the GNU General Public License */ require(DIR_WS_INCLUDES . 'counter.php'); ?> <table border="0" width="100%" cellspacing="0" cellpadding="1"> <tr class="footer"> <td class="footer"> <?php echo strftime(DATE_FORMAT_LONG); ?> </td> <td align="right" class="footer"> <?php echo $counter_now . ' ' . FOOTER_TEXT_REQUESTS_SINCE . ' ' . $counter_startdate_formatted; ?> </td> </tr> </table> <br> <?php if ($banner = tep_banner_exists('dynamic', '468x50')) { ?> <br> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td align="center"><?php echo tep_display_banner('static', $banner); ?></td> </tr> </table> <?php } ?> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td align="center" class="smallText"> <?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 ?> </td> </tr> </table> ?> No longer giving free advice. Please place deposit in meter slot provided. Individual: [=] SME: [==] Corporation: [===] If deposit does not fit one of the slots provided then you are asking too much! Is your Osc dated try Phoenix raising oscommerce from the ashes. Link to comment Share on other sites More sharing options...
xuoaddict Posted May 29, 2004 Author Share Posted May 29, 2004 Yes that is it!! Perfect . Thank you!! life is short "Eat Desert First" Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.