refined
09-07-2005, 12:58 AM
Say I wanted to create my own PHP thing away from the page module, away from the vbadvacned thing.
BUT, I want to include the header / footer of vbadvanced and I want it to perform the same actions as the header / footer does.
I hate the page addition module and I want to do it this way.
Do i just include global.php and write $header and $footer or something?
<?
chdir('forum/');
$header;
?> content here
<?
$footer;
?>
That's basically the setup I want.
Any pointers?
BUT, I want to include the header / footer of vbadvanced and I want it to perform the same actions as the header / footer does.
I hate the page addition module and I want to do it this way.
Do i just include global.php and write $header and $footer or something?
<?
chdir('forum/');
$header;
?> content here
<?
$footer;
?>
That's basically the setup I want.
Any pointers?