
I am lost, I amnot that great at php, all I know how to do is place html in php and include lol sorry
is there no way that i can add all this in the php code some how, so that it doesnt use a template but styles etc etc
like:
Code:
$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
<title>$vboptions[bbtitle]</title>
$headinclude
</head>
<body>
$header
$navbar
include('filename.php');
$footer
</body>
</html>
I cant do all the vars in php and stuff I have never been any good at them bits