I want to (on many non-vb pages) Print the VB header. I'm currently using this:
PHP Code:
$header="";
$templatename.="header";
include "/usr/local/www/data/forums/admin/functions.php";
eval("dooutput(\"".gettemplate("header")."\");");
It will work when i call the script directly IE:
http://some.forum.com/forums/links.php, but if I include it to another place such as
http://some.forum.com/www/index.html (YES i have HTML setup in apache for PHP processing), it wont work. Any ideas? Thanks alot. (in advance
)