Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Page Number Request Since bla bla bla..


Freedom Fighter

Recommended Posts

Hey,

I would like to delet the text part on the bar on the bottom of the store that tells how many page request there have been since you have opened the store alouth, on the left side of that, I want the date to remain there. I just wanted to delet it so that it doesn't show how many page request there have been.

 

Thanks in advance,

Alex

Extreme Alterations

Link to comment
Share on other sites

includes/footer.php

 

Find:

 

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

 

 

Change to:

 

<td class="footer" colspan="2">  <?php echo strftime(DATE_FORMAT_LONG); ?>  </td>

     

 

www.oscdox.com for stuff like this.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...