beachboy Posted June 7, 2003 Posted June 7, 2003 I want to remove the logo at the bottom of the page but keep the Powered by Oscommercce text. I edited the footer.php like this: <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 } ?> And it got rid of all of it..
Guest Posted June 7, 2003 Posted June 7, 2003 try just commenting out the echo FOOTER_TEXT_BODY i.e. <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 }
Guest Posted June 7, 2003 Posted June 7, 2003 you edited out all php, put it between php and echo_tep_display_banner
Guest Posted June 7, 2003 Posted June 7, 2003 sorry, that should have been comment out the echo tep_display_banner('static', $banner); :oops:
Guest Posted June 7, 2003 Posted June 7, 2003 Uh guys.....I'm glad what you did worked......but, you could have just turned the banner off in the admin.....Admin>Tools>Banner Manager
Guest Posted June 7, 2003 Posted June 7, 2003 Ya, but this was more fun, and it taught him somewhat where to edit. See I like the fun way Kim. But it sure is good to have you back. Your knowledge and willingness to help everyone , among others , is what makes this whole thing work.
Guest Posted June 7, 2003 Posted June 7, 2003 Lynda, It's okay...The main thing is that it worked, right? You both learned something while you were doing it. :D Just a little hint...poke around and play with the admin a little...there is all kinds of cool stuff. :D
Guest Posted June 7, 2003 Posted June 7, 2003 Good Morning Ralph! Looks like we we're thinking along the same lines. :D Thanks... It is good to be back.
Guest Posted June 7, 2003 Posted June 7, 2003 Lynda, It's okay...The main thing is that it worked, right? You both learned something while you were doing it. :D Just a little hint...poke around and play with the admin a little...there is all kinds of cool stuff. :D Kim, sorry if that sounded off - I was just meaning it was typical of how my day is going that I was doing it the hard way! I'll have a play with my admin just as soon as I've backed it all up! :lol: bye for now :D
Recommended Posts
Archived
This topic is now archived and is closed to further replies.