PDA

View Full Version : New empty page how?


rjpa
01-24-2003, 12:44 PM
Hi,

I want to create a new blank page with the design of my current page (vbulletin style). How can I easily add a new vbulletin page wih header,footer and rest of the design included?

Cheers
rjpa

Xenon
01-24-2003, 03:53 PM
<?
require('global.php');

eval("dooutput(\"".gettemplate("templatename")."\");");
?>

then just create a new template which should be called and have $header $footer in it :)

rjpa
01-24-2003, 03:56 PM
Man, thnx for the answer I owe you ;)