/*======================================================================*\ || #################################################################### || || # vBulletin 3.0.1 - Licence Number 14541db7 || # ---------------------------------------------------------------- # || || # Copyright ©2000–2004 Jelsoft Enterprises Ltd. All Rights Reserved. || || # This file may not be redistributed in whole or significant part. # || || # ---------------- VBULLETIN IS NOT FREE SOFTWARE ---------------- # || || # http://www.vbulletin.com | http://www.vbulletin.com/license.html # || || #################################################################### || \*======================================================================*/ // ######################## SET PHP ENVIRONMENT ########################### error_reporting(E_ALL & ~E_NOTICE); // ##################### DEFINE IMPORTANT CONSTANTS ####################### define('NO_REGISTER_GLOBALS', 1); define('THIS_SCRIPT', 'contact_us'); // #################### PRE-CACHE TEMPLATES AND DATA ###################### // pre-cache templates used by all actions $globaltemplates = array( 'terms', 'navbar' ); // pre-cache templates used by specific actions $actiontemplates = array(); // ########################## REQUIRE BACK-END ############################ require_once('./global.php'); require_once('./includes/functions_bigthree.php'); // ######################################################################## // ######################### START MAIN SCRIPT ############################ // ######################################################################## /* $navbits["$vboptions[forumhome].php"] = $vbphrase['announcements']; $navbits = construct_navbits($navbits); eval('$navbar = "' . fetch_template('navbar') . '";'); */ $navbits = construct_navbits(array('' => 'Contact_Us')); eval('$navbar = "' . fetch_template('navbar') . '";'); eval('print_output("' . fetch_template('terms') . '");'); /*======================================================================*\ || #################################################################### || # Downloaded: 20:07, Mon May 17th 2004 || # CVS: $RCSfile: announcement.php,v $ - $Revision: 1.80 $ || #################################################################### \*======================================================================*/ ?>