<?php// VBULLETIN CONFIGdefine('Title','Desription);$globaltemplates = array('GENERIC_SHELL');$phrasegroups = array();$specialtemplates = array();$actiontemplates = array();require_once('./global.php');$sessionid = isset($vbulletin) ? $vbulletin->session->vars['sessionurl'] : $session['sessionurl'];$userinfo = isset($vbulletin) ? $vbulletin->userinfo : $bbuserinfo;// Place php under here$HTML .=''; // Put your html here// Header + Footereval('$navbar = "' . fetch_template('navbar') . '";');eval('print_output("' . fetch_template('GENERIC_SHELL') . '");');?>