chezba Posted February 5, 2005 Posted February 5, 2005 I wish to disable my search counter which shows up on the front page. Also by breaking this link will this effect my ranking by search engines? If not where can I find the link and what is the proper eay to break it. Thank you
mark27uk3 Posted February 5, 2005 Posted February 5, 2005 chezba, You dont need to remove it but you can if you want, just look in catalog/includes/footer.pho for this line <td align="right" class="footer"> <?php echo $counter_now . ' ' . FOOTER_TEXT_REQUESTS_SINCE . ' ' . $counter_startdate_formatted; ?> </td> and add // before the word 'echo' or delete the line. Mark :thumbsup: Lifes a bitch, then you marry one, then you die!
chezba Posted February 5, 2005 Author Posted February 5, 2005 chezba, You dont need to remove it but you can if you want, just look in catalog/includes/footer.pho for this line ? ?<td align="right" class="footer"> <?php echo $counter_now . ' ' . FOOTER_TEXT_REQUESTS_SINCE . ' ' . $counter_startdate_formatted; ?> </td> and add // before the word 'echo' or delete the line. Mark :thumbsup: <{POST_SNAPBACK}> Thank you so much Mark!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.