Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How to delete "visitors" and "date" on right side???


exoticnovelty

Recommended Posts

Posted

Hi everyone,

 

I would like to delete the vistors and date on the right side of the footer in Oscommerce. I would like to add some text there, can this be done and if so how can I do that?

 

Thank you in advance! ;)

Posted

In your include/footer.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>

Enjoy

 

Nacer.

Archived

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

×
×
  • Create New...