Hell all,
Which <hookname> do I need to use in a plugin so I can add the code below?
Code:
$templater = vB_Template::create('modreg_navbar');
$template_hook['navtab_end'] .= $templater->render();
I tried all navbit* hooks plus cache_templates and others but nothing appears on the right of "Quick Links" where I want to add a popup menu.
Thank you
Chris
--------------- Added [DATE]1488302193[/DATE] at [TIME]1488302193[/TIME] ---------------
I read somewhere an example using process_templates_complete but even this does not works.