Hello,
I'm on 4.1.2 and I used the code mentioned above to vb 4
PHP Code:
ob_start();
include('/var/www/eo/www/dix_dernieres.php');
$includedphp_main = ob_get_contents();
ob_end_clean();
$preRegister['includedphp_main'] = $includedphp_main;
vB_Template:: PreRegister('navbar', $preRegister);
in the navbar template I added:
PHP Code:
{vb:raw includedphp_main}
By activating the module, I get a blank page.
Or is the problem?
Thank you