Please i need a little of help, i can't get this working..!!
I created a template called:
contenedor_de_foro
So i only write "Hi" inside it.
I want to get "Hi" in my Header template so i made a plugin on
global_start and put:
Code:
$templater = vB_Template::create('contenedor_de_foro');
$templater->register_page_templates();
$contenedor = $templater->render();
vB_Template::preRegister('header', $contenedor);
Later went to
header template and write
{vb:raw contenedor} at the first line, and cant get "Hi" (get nothing)