hi all, i have some problem, i need to include an external php file in my template (called Justwhite)
i've create this plugin
ob_start();
include('inclusion/inclusion.php');
$includedphp = ob_get_contents();
ob_end_clean();
vB_Template:
reRegister('ad_global_below_navbar',array('includedphp ' => $includedphp));
but i get an error……
why?
i've create this plugin
ob_start();
include('inclusion/inclusion.php');
$includedphp = ob_get_contents();
ob_end_clean();
vB_Template:

but i get an error……
why?
Comment