Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Removing date and "number of requests since"


Grant7

Recommended Posts

Posted

Hi,

 

I want to remove the line which has the date on the left and on the right it has "number of requests since". I want to remove the whole line plus the background behind all the text.

 

Can anyone help me?

 

Thanks,

 

Grant

Posted

See catalog/includes/footer.php.

 

Get rid of/comment out this stuff here:

 

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

Archived

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

×
×
  • Create New...