Let me find the correct hook.
--------------- Added [DATE]1259615808[/DATE] at [TIME]1259615808[/TIME] ---------------
Ok here you go.
Go to your navbar template and add the following at the very end or where ever you want it to show.
Code:
{vb:raw template_hook.BBR_below_navbar}
And this will be your plugin code.
Code:
$templater = vB_Template::create('ARP_template');
$template_hook['BBR_below_navbar'] .= $templater->render();
Let me know how it works.