Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Remove the Requests Since err Thing


Guest

Recommended Posts

Hi

 

This is my site www.ghost-rc.co.uk (its still a work in progress) I would like to remove the section on the bar on the right handside what says the number of requests and the date.

 

Can anyone tell me how

 

Many Thanks

 

Matt

Link to comment
Share on other sites

Hi

 

This is my site www.ghost-rc.co.uk (its still a work in progress) I would like to remove the section on the bar on the right handside what says the number of requests and the date.

 

Can anyone tell me how

 

Many Thanks

 

Matt

Im guessing your meaning the footer.

Remove in /includes/footer.php

 

have fun

Link to comment
Share on other sites

I just did the same thing a few days ago.

 

In catalog\includes\footer.php find this line:

 

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

 

Just after this edit the line like this:

 

<?php /* <td align="right" class="footer">  

<?php echo $counter_now . ' ' . FOOTER_TEXT_REQUESTS_SINCE . ' ' . $counter_startdate_formatted; ?>  </td> */ ?>

 

That will still leave the date but gets rid of the requests since stuff.

 

Hope this helps! :)

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...