The header is located in a file called "header.php", the navigation is located in a file called "side.php" and the footer is located in a file called "footer.php".
All I have to do to make a page is type:
- Code: Select all
<php>
[b]MY CONTENT GOES HERE[/b]
<php>
<php>
I have also written a script, which is database driven, that allows me to add new newsletters. How is it possible to:
a) Plug in a subscribe page to future newsletters with my current template
b) Use my existing script (which I made for newsletters) and use phplist to mass email the newsletter to all my subscribed members.