Hello,
I am trying to include my VB3 navigation bar in my articles program(which is obviously outside of my forum). How do I do this?
Here is what I have tried so far. I have included this php file into my articles program's template. This file is located in my root directory.
PHP Code:
<?php
chdir("/home/truckent/public_html/forums/");
require( './global.php' );
eval( "dooutput( \"" . gettemplate( 'navbar2' ) . "\" );" );
?>
But I keep getting this error:
Fatal error: Call to undefined function: query_first() in /home/truckent/public_html/forums/includes/functions.php on line 938
If you look at
www.truckimprovement.com/articles/ you might see what I"m trying to do.
The Articles program I am using is Lore by
Pineapple Technologies
Thank you for your help,
Lem