Hello ,
i try to add a custom template on sidebar-block , but don't show anything
PHP-BLOCK:
PHP Code:
$template = vB_Template::create("my template name");
$my_output = $template->render();
return $my_output;
Note: The template contains Some variables, for my mod 4.4.2
and i used
{vb:raw ad_location.var} for show my template on anywhere on forum templats but not works on sidebar - Html Block.
Thank you !