hipperson Posted November 12, 2007 Posted November 12, 2007 Hi all, this has probably been asked and answered millions of times, but can't seem to find an answer, how do you remove the counter (page requests since birth) from your footer? I've been messing with the footer and can't seem to get rid! thanks, Jack
Gauravs Posted November 12, 2007 Posted November 12, 2007 Just modify the following line in footer.php <td align="right" class="footer"> <?php echo $counter_now . ' ' . FOOTER_TEXT_REQUESTS_SINCE . ' ' . $counter_startdate_formatted; ?> </td> As <td align="right" class="footer"> </td> Next clear your browser cache and you would do fine. Best Regards,Gaurav
Recommended Posts
Archived
This topic is now archived and is closed to further replies.