new to php too or just to vbulletin?*g*
PHP Code:
<?
define('THIS_SCRIPT', 'imp');
$phrasegroups = array();
$specialtemplates = array();
$globaltemplates = array(
'GENERIC_SHELL',
'impressum'
);
$actiontemplates = array();
$pagetitle="Impressum";
require_once('./global.php');
eval('$navbar = "' . fetch_template('navbar') . '";');
eval('$HTML = "' . fetch_template('impressum') . '";');
eval('print_output("' . fetch_template('GENERIC_SHELL') . '");');
?>
helps this more?
so everything you want to show on your site you put into the $HTML variable