Hi I asked this question here, please read to understand what I am going to ask
https://vborg.vbsupport.ru/showthread.php?t=121741
What it is I want is to be able to just have a php pahe with all the code that is needed for the php page like MP3 did
here then this template also in the code
PHP Code:
$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
<title>$vboptions[bbtitle]</title>
$headinclude
</head>
<body>
$header
$navbar
include('file.php');
$footer
</body>
</html>
I can do some php but this is out of my leage, the using a template was good idea and worked but i couldnt add the php include in
Can some one help on this

or is it a big job?