Re: How to change footer heading
H2O <[email protected]>
| Newsgroups | gmane.comp.web.oscommerce.general |
|---|---|
| Message-ID | <3efb587237b62b3d4472c9903fe48565@osCommerce-Forums> |
This message was sent from: General Support http://forums.oscommerce.com/viewtopic.php?p=227661#227661 ---------------------------------------------------------------- [quote="Janika"] I don`t know anything about PHP, so how do I do it so that everything would still work. Thanks, Janika[/quote] Just remove everything between [b]<?php[/b] and [b]?>[/b], including those tags, and simply add your text. It'll be converted to plain HTML. Currently it uses predefined constants/variables, which is why PHP is used. Hope this helps. Good luck :)