Quote:
Originally Posted by Faranth
well this is vb3 so it should probally look somthing like this
PHP Code:
<?php
// ## Error Reporting ##
error_reporting(E_ALL & ~E_NOTICE);
// ## Sets Enviroment ##
define('NO_REGISTER_GLOBALS', 1);
// ## Grabs global.php ##
require_once("./global.php");
if (!$bbuserinfo['userid'])
{
print_no_permission();
}
?>
|
How do I call the template in the php file though??