Macindy
02-04-2010, 12:37 PM
Hi everybody!
I want to include a template in the footer hook. I have written a plugin with this code
lobal $template_hook;
$templater = vB_Template::create('at_footer_links');
$template_hook['footer_links'] .= $templater->render();
start point: global_start
But this didn't work - can anybody help me?
Thanks!
I want to include a template in the footer hook. I have written a plugin with this code
lobal $template_hook;
$templater = vB_Template::create('at_footer_links');
$template_hook['footer_links'] .= $templater->render();
start point: global_start
But this didn't work - can anybody help me?
Thanks!