Hi all,
I have tried to include a code in the end of navbar or under it
Picture in attach will explain it more
Specially like if you add any code under
PHP Code:
{vb:raw navbar}
So How to add any addtional code under "{vb:raw navbar}" in forum home ?
I have tried this but it doesn't work
PHP Code:
$templater = vB_Template::create('ARP_template');
$templater = $templater->render();
$navbar .= $templater;
Any help will be great!