I've updated this for vB4.
Quote:
Originally Posted by kh99
I think for this to work in vb4 you just need to take the "false" parameter off the compile_template line so it looks like this:
Code:
$template['newparsed'] = compile_template($template['template_un']);
|
I'm curious how I ended up with the false parameter because compile_template only has one parameter in vB3. o.O