/* contact_us.php (isreno) author: Keith Anderson created: 2/17/2005 last modified: by: purpose: Contact Information copyright 2002-2007, James Keith Anderson, All rights reserved */ //include necessary parts here: require_once("includes/db.php"); require_once("includes/string.php"); require_once("includes/template.php"); //include functions specific to the page... //Define Array() $infoBUILD $infoBUILD = array(); $infoBUILD[0] = "International Services - Contact Us."; //title $infoBUILD[1] = "contactus"; //sec $infoBUILD[2] = ""; //userinfo //begin page //header print_template_header($infoBUILD); //begin main content ?>
|