$templater = vB_Template::create('templatename'); $templater->register_page_templates(); $templater->register('variable1', $variable1); $templater->register('variable2', $variable2); print_output($templater->render());