Quote:
Originally Posted by DoDe
|
I have had a look, but I don't really understand it, will that allow me to design a secondary header with the widget built into it, rather then using 'Layout Manager' to place my widget.
It would be nice if {raw: output} in any template would show the slider, how/what do I hook to allow my vbcms_page to load the widget inside ;o
PHP Code:
$templater = \vB_Template::create('vbcms_page');
$templater->register('output', $output);
$template_hook['process_templates_complete'] .= $templater->render();
Template Name: vbcms_page
Thats my widget settings, and ofc {raw: output} inside of vbcms_page.