wow thanks I was going to add that to the template but this seems better, thank you
ooops sorry I need to add a include in php to the page this is why I wanted to do the page in php, but as we are using this template
Code:
$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
<title>$vboptions[bbtitle]</title>
$headinclude
</head>
<body>
$header
$navbar
I need script here
$footer
</body>
</html>
Is there no way I could do the template withing the php script that way I can add the <?php include('file.php'); ?>

sorry