kent Posted July 15, 2003 Share Posted July 15, 2003 How to hid the requests counting? Link to comment Share on other sites More sharing options...
Rumble Posted July 15, 2003 Share Posted July 15, 2003 The counter is located in your catalog/includes/footer.php file and look like <?php echo $counter_now . ' ' . FOOTER_TEXT_REQUESTS_SINCE . ' ' . $counter_startdate_formatted; ?> You can either remove is all together but if you want it there just hidden the make the colour of the text the same as the background colour. eg if your background colour is black it will look like this; <font color="#000000"><?php echo $counter_now . ' ' . FOOTER_TEXT_REQUESTS_SINCE . ' ' . $counter_startdate_formatted; ?></font> Reddy to Rumble Thank you osCommerce and all who Contribute to her! Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.