exoticnovelty Posted December 13, 2005 Posted December 13, 2005 Hi everyone, I would like to delete the vistors and date on the right side of the footer in Oscommerce. I would like to add some text there, can this be done and if so how can I do that? Thank you in advance! ;)
Nacer Posted December 13, 2005 Posted December 13, 2005 In your include/footer.php: <table border="0" width="100%" cellspacing="0" cellpadding="1"> <tr class="footer"> <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> </tr> </table> Enjoy Nacer.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.