Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Remoce footer logo?


beachboy

Recommended Posts

Posted

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..

Posted

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 

}

Posted

you edited out all php, put it between php and echo_tep_display_banner

Posted

sorry, that should have been comment out the echo tep_display_banner('static', $banner); :oops:

Posted

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

Posted

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.

Posted

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

Posted

Good Morning Ralph!

 

Looks like we we're thinking along the same lines. :D

 

Thanks... It is good to be back.

Posted
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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...