Freedom Fighter Posted December 6, 2002 Share Posted December 6, 2002 Hey, I would like to delet the text part on the bar on the bottom of the store that tells how many page request there have been since you have opened the store alouth, on the left side of that, I want the date to remain there. I just wanted to delet it so that it doesn't show how many page request there have been. Thanks in advance, Alex Extreme Alterations Link to comment Share on other sites More sharing options...
burt Posted December 6, 2002 Share Posted December 6, 2002 includes/footer.php Find: <td class="footer"> <?php echo strftime(DATE_FORMAT_LONG); ?> </td> <td align="right" class="footer"> <?php echo $counter_now . ' ' . FOOTER_TEXT_REQUESTS_SINCE . ' ' . $counter_startdate_formatted; ?> </td> Change to: <td class="footer" colspan="2"> <?php echo strftime(DATE_FORMAT_LONG); ?> </td> www.oscdox.com for stuff like this. Link to comment Share on other sites More sharing options...
Freedom Fighter Posted December 6, 2002 Author Share Posted December 6, 2002 Do you know what line this is? Thanks, -Alex Extreme Alterations Link to comment Share on other sites More sharing options...
burt Posted December 6, 2002 Share Posted December 6, 2002 It's not hard to open a file that only has 20 or so lines and find the relevant part, is it ? :roll: Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.