Guest Posted August 16, 2006 Share Posted August 16, 2006 Hi This is my site www.ghost-rc.co.uk (its still a work in progress) I would like to remove the section on the bar on the right handside what says the number of requests and the date. Can anyone tell me how Many Thanks Matt Link to comment Share on other sites More sharing options...
Guest Posted August 16, 2006 Share Posted August 16, 2006 Hi This is my site www.ghost-rc.co.uk (its still a work in progress) I would like to remove the section on the bar on the right handside what says the number of requests and the date. Can anyone tell me how Many Thanks Matt Im guessing your meaning the footer. Remove in /includes/footer.php have fun Link to comment Share on other sites More sharing options...
MagickWomyn Posted August 16, 2006 Share Posted August 16, 2006 I just did the same thing a few days ago. In catalog\includes\footer.php find this line: <td class="footer"> <?php echo strftime(DATE_FORMAT_LONG); ?> </td> Just after this edit the line like this: <?php /* <td align="right" class="footer"> <?php echo $counter_now . ' ' . FOOTER_TEXT_REQUESTS_SINCE . ' ' . $counter_startdate_formatted; ?> </td> */ ?> That will still leave the date but gets rid of the requests since stuff. Hope this helps! :) Link to comment Share on other sites More sharing options...
Guest Posted August 16, 2006 Share Posted August 16, 2006 Excellent, thanks for your help Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.