PHP Code:
eval('$HTML = "' . fetch_template('shoutbox_archive') . '";');
This is my current method of fetching a template, how do we fetch a template in vBulletin 4?
Could somebody turn that code into vb4-acceptable syntax?
EDIT: So far I have:
PHP Code:
$templater = vB_Template::create('shoutbox_archive');
What variables am I meant to register? Every variable that's used inside the template?