Hi Erwin
"Make sure "aboutmain" is in the all your templatesets especially your default templateset."
I actually have this:
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML>
<HEAD><TITLE>$bbtitle - About</title>
$headinclude
</head>
<body>
$header
$mainscript
$preloads
<p>Your code here!!!!!</p>
$footer
</body>
</html>
where the two lines in yellow are also custom templates(bits)
And links.php3:
Code:
<?php
error_reporting(7);
require("./global.php");
eval("dooutput(\"".gettemplate('links')."\");");
?>
It is called with:
"{forumlink}/links.php3?s=">
where links is the master page template.
I am only using it on one template at the moment to get it operational but, yes, I will naturally spread it accross when it is.