Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Quick removal question


hipperson

Recommended Posts

Posted

Hi all,

 

this has probably been asked and answered millions of times, but can't seem to find an answer,

 

how do you remove the counter (page requests since birth) from your footer? I've been messing with the footer and can't seem to get rid!

 

thanks, Jack

Posted

Just modify the following line in footer.php

 

	<td align="right" class="footer">  <?php echo $counter_now . ' ' . FOOTER_TEXT_REQUESTS_SINCE . ' ' . $counter_startdate_formatted; ?>  </td>

 

As

	<td align="right" class="footer">    </td>

 

Next clear your browser cache and you would do fine.

Best Regards,
Gaurav

Archived

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

×
×
  • Create New...