JUst a quick question
Playing with 4.2.2
Tried using the $templater but no dice but (Sorted)
BUT !!!! eval does work ? is this right ?
PHP Code:
if ($_POST['do'] == 'start')
{
eval('print_output("'. fetch_template('online_menu') . '");');
// Template show
$templater = vB_Template::create('online_menu');
$templater->register_page_templates();
print_output($templater->render());
}