I have Smarty 3.1 working with my website for JUST Index.php.
Now, how would I add on and make a contact page?
1) Make contact.php and make a whole new template?
2) Make it index.php?page=contact ??
3) Make contact.php and use the template and pass variables to template making it show contact stuff....?