Grant7 Posted October 3, 2006 Posted October 3, 2006 Hi, I want to remove the line which has the date on the left and on the right it has "number of requests since". I want to remove the whole line plus the background behind all the text. Can anyone help me? Thanks, Grant
Guest Posted October 3, 2006 Posted October 3, 2006 See catalog/includes/footer.php. Get rid of/comment out this stuff here: <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>
Recommended Posts
Archived
This topic is now archived and is closed to further replies.