PHP Code:
ob_start();
require_once('/home/echoca/public_html/news/journals1.php');
$php_journal = ob_get_contents();
ob_end_clean();
vB_Template::preRegister('echo_journals',array('php_journal' => $php_journal));
tried also leaving custom_ out this is not working at all.
global bootstrap init start, is the hook I am using. I had some bugs in the code when I first included it, and it showed up as I worked the bugs out, and the code ran clean, it made it through the hook. Thats great. I clicked on the tab, that is linked to the template I added it to, and it just wont display Ideas anybody?
RG