View Full Version : Include file in header
bensin
05-23-2003, 07:43 PM
I would like to add an include file in my so i don't have to go into vbb all the time to make changes to my header how can i add this to the header include("*.inc");
Gary King
05-23-2003, 10:46 PM
include("filename.php");
But why would you want to do this, when you can already update the header's template?
Link14716
05-23-2003, 11:52 PM
You cannot include a file into the header template... well, I guess you could if you installed filburt's hack that allows you to use PHP in templates...
bensin
05-24-2003, 02:01 AM
This is the code i need to add to my header
<center>
<?php
$loggedin = $HTTP_COOKIE_VARS[bbuserid];
if(!isset($loggedin)) {
echo "
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.