Guest Posted January 16, 2007 Share Posted January 16, 2007 hey guys i have another simple question to ask. I am wondering what file, or where i would have to go to add more text to the bottom of my store. where is says Copyright © 2007 SuperGnarly Online Store Powered by osCommerce I want to add more Text on the Powered by OsComerce line but im not sure what file exactly id have to edit to add more text on that line. any help would be great. Thanks for your support guys! Link to comment Share on other sites More sharing options...
ddp Posted January 17, 2007 Share Posted January 17, 2007 includes/footer.php Backup before making changes. Backup before making changes! Backup before making changes!! You did do a backup? eh? Link to comment Share on other sites More sharing options...
Guest Posted January 17, 2007 Share Posted January 17, 2007 includes/footer.php hey thanks for the help i was able to change the footer under admin/includes/footer.php i saw the text line and link for the oscommerce but when i go into, just includes/footer.php i dont see any text to add or add to? any thing im missing herE? All i see is this : <?php /* $Id: footer.php,v 1.26 2003/02/10 22:30:54 hpdl Exp $ */ 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> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td align="center" class="smallText"><?php echo FOOTER_TEXT_BODY; ?></td> </tr> </table> <?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 } ?> Link to comment Share on other sites More sharing options...
Guest Posted January 17, 2007 Share Posted January 17, 2007 hey thanks for the help i was able to change the footer under admin/includes/footer.php i saw the text line and link for the oscommerce but when i go into, just includes/footer.php i dont see any text to add or add to? any thing im missing herE? All i see is this : <?php /* $Id: footer.php,v 1.26 2003/02/10 22:30:54 hpdl Exp $ */ 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> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td align="center" class="smallText"><?php echo FOOTER_TEXT_BODY; ?></td> </tr> </table> <?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 } ?> Anyone know whats going on here? any help would rule! Link to comment Share on other sites More sharing options...
davidinottawa Posted January 17, 2007 Share Posted January 17, 2007 Anyone know whats going on here? any help would rule! just ttake this out : <?php echo FOOTER_TEXT_BODY; ?> Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.