QUOTE (mandasjewelry @ Jun 10 2008, 07:44 PM)

Okay, i have a fully working site, so now i am trying to customize it to my liking a little more (or a lot more!) and i was wondering how you remove the thing (like on my page it is: 474 requests since monday 5 may 2008). Please help me out. i will be very grateful. Thank you

Many thanks,
Manda's Jewelry
(Amanda)
http://mandasjewelry.site88.net/catalog/mandasjewelry@comcast.net
Hi Amanda,
In the catalog/includes/footer.php on or about Line 18:
This is my code that removed the 'requests'
CODE
<td align="right" class="footer"> <!-- <?php echo $counter_now . ' ' . FOOTER_TEXT_REQUESTS_SINCE . ' ' . $counter_startdate_formatted; ?>--> </td>
I simply used the html comment start <!-- and comment finish --> to edit out the counter line.
Chris