PDA

View Full Version : Include template in footer hook


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!

MARCO1
02-04-2010, 12:51 PM
I Using the same method in this Mod you can check it : https://vborg.vbsupport.ru/showthread.php?t=232170