forumpup
10-02-2005, 07:14 PM
Hello.
I've created a custom template which is called via plugin in the 'global_start' param. It is evaluated and displayed on the vb pages, but is ignored by my site's vba index page.
Does vba recognize the 'global_start' param?
Thanks in advance.
REVISED:
"...which is DEFINED via plugin in the 'global_start' param":
eval('$navbar_top = "' . fetch_template('navbar_top') . '";');
and called as '$navbar_top' within the 'navbar' template.
I've created a custom template which is called via plugin in the 'global_start' param. It is evaluated and displayed on the vb pages, but is ignored by my site's vba index page.
Does vba recognize the 'global_start' param?
Thanks in advance.
REVISED:
"...which is DEFINED via plugin in the 'global_start' param":
eval('$navbar_top = "' . fetch_template('navbar_top') . '";');
and called as '$navbar_top' within the 'navbar' template.