RE: How to change footer heading
H2O <[email protected]>
| Newsgroups | gmane.comp.web.oscommerce.general |
|---|---|
| Message-ID | <cbb4387a164abacafc6f3ceb2f79cc52@osCommerce-Forums> |
This message was sent from: General Support http://forums.oscommerce.com/viewtopic.php?p=227658#227658 ---------------------------------------------------------------- Open this file: /includes/footer.php [code]<?php echo $counter_now . ' ' . FOOTER_TEXT_REQUESTS_SINCE . ' ' . $counter_startdate_formatted; ?>[/code] The line above displays the XXXX requests since XYZ Date. Replace it with your own :)