using in a mod:
1) make a new plugin
Hook:
global_start
code:
PHP Code:
$template_hook['footer_javascript'] .= '<b>HTML goes here</b>';
spent a good few hours looking for how to do such a simple task this article has way over complicated.
also, tested and working in vb 4.1.2
also note that you can even make your own hook by using the code:
HTML Code:
{vb:raw template_hook.hook_name}
in any template
simple stuff.