Freedom Fighter Posted December 6, 2002 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
burt Posted December 6, 2002 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.
Freedom Fighter Posted December 6, 2002 Author Posted December 6, 2002 Do you know what line this is? Thanks, -Alex Extreme Alterations
burt Posted December 6, 2002 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:
Recommended Posts
Archived
This topic is now archived and is closed to further replies.