ob_start(); require_once('/complete/path/etc/test.php'); $includedphp = ob_get_contents(); ob_end_clean(); vB_Template::preRegister('yourtemplate',array('includedphp' => $includedphp));