lem
05-27-2005, 02:20 PM
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.
<?php
require( '/home/truckent/public_html/forums/global.php' );
eval( "dooutput( \"" . gettemplate( 'navbar2' ) . "\" );" );
echo "$header";
?>
If you look at www.truckimprovement.com/articles/ you might see what I"m trying to do.
Thank you for your help,
Lem
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.
<?php
require( '/home/truckent/public_html/forums/global.php' );
eval( "dooutput( \"" . gettemplate( 'navbar2' ) . "\" );" );
echo "$header";
?>
If you look at www.truckimprovement.com/articles/ you might see what I"m trying to do.
Thank you for your help,
Lem