Thanks a bunch for the reply
Quote:
Originally Posted by masterross
use vB_Template::preRegister
|
Would this be needed to be doing in the hook location where it starts creating the footer ?
And in the case of the footer template, which has no hook-location, which hook location is best used ?
Quote:
Originally Posted by masterross
you should register again existing vars:
$templater->register('navbits', $navbits);
|
If the creating of the template navbar was done before the footer, would I pre-register the $navbits using the the hook-location in the "navbits_complete" ?
And if the navbar template was built after the footer, in which hook-location would I need to pre-register the $navbits ?
Thanks !