to use a template just do it the same way you would normally, here's the syntax
Code:
<html>whatever here inclusion of the template and so on</html><? php code here ?>
or you could end the html at the and so like this
Code:
<html>whatever here inclusion of the template and so on <? php here ?> more html goes here </html>
|