Hello,
I want to add the content of a variable to: ad_location.global_header1 but can't find any hook there. The template ad_location.global_header1 is empty.
Using the plugin system how I can add:
Code:
$templater->register('my_content', $my_content);
Thank you
--------------- Added [DATE]1422781816[/DATE] at [TIME]1422781816[/TIME] ---------------
I think that this:
Code:
$templatevalues['my_content'] = $templater->render();
vB_Template::preRegister('ad_global_header_1', $templatevalues);
should works. Found it at:
https://vborg.vbsupport.ru/showthread.php?t=228078
--------------- Added [DATE]1422793375[/DATE] at [TIME]1422793375[/TIME] ---------------
Seems that I'm missing something and it does not works. I've post it at the article's thread:
https://vborg.vbsupport.ru/showpost....&postcount=300