JBCards Posted March 14, 2008 Posted March 14, 2008 I've searched this message board, but I can't find how to remove the page requests since on the bottom line on my site. Anyone have some knowledge they'd like to share with me? Thanks.
germ Posted March 14, 2008 Posted March 14, 2008 Find this code in your footer.php <td align="right" class="footer"> <?php echo $counter_now . ' ' . FOOTER_TEXT_REQUESTS_SINCE . ' ' . $counter_startdate_formatted; ?> </td> Change it to this: <!-- commented out 03/14/08 <td align="right" class="footer"> <?php echo $counter_now . ' ' . FOOTER_TEXT_REQUESTS_SINCE . ' ' . $counter_startdate_formatted; ?> </td> //--> If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there >
Recommended Posts
Archived
This topic is now archived and is closed to further replies.