Quote:
Originally Posted by LoveStream
Thank you for update.
Do you mean that if template_hook STR were define, this would be show on the Navtab?
Will you show the example of template_hook?

|
Ok - same example as before.
orginal (template_hook =
navbar_end):
PHP Code:
1|0|0|1|test.php|Test 1|1|0|0
with template_hook:
PHP Code:
1|0|0|1|test.php|Test 1|1|0|0||vbcms_navbar_start
For CMS you have to change the hook_location to:
global_bootstrap_init_complete
And remember: This function is in beta stage.