Ive been busy prepairing a few things for vBt's RC 3 upgrade as of late.
To do this for all custom pages call by that file edit pages.php
Find:
PHP Code:
// ############## Start main script ############################################
Replace with
PHP Code:
// ############## Start main script ############################################
require_once('./customfile.php');
Do not call global.php in that file, it will pick global.php up via my script.