관리-도구
편집 파일: thankyou-venue.php
<? session_start(); include_once("constants.php"); include_once("classes/class-world_db.php"); $states_obj = & new world(); $states = $states_obj->get_states(); $tour_obj = & new world(); $tour = $tour_obj->get_tour(); $referral_obj = & new world(); $referral = $referral_obj->get_referral(); $page_title = COMPANY_NAME." : Arizona Wedding Tour | Arizona Wedding Vendors | AZ Wedding Sites | Home"; if (file_exists($DOCUMENT_ROOT."/includes/header_vendors.php")) { include_once($DOCUMENT_ROOT."/includes/header_vendors.php"); } else { header("location: /error.php"); } ?> <div id="topbanner"> </div> <div id="wrapper"> <div id="content"> <h1 class="title">Contact Arizona Finest Wedding Sites and Services Magazine</h1> <p><?=CONTACT_ADDRESS;?> <br /><?=CONTACT_CITY;?><?=CONTACT_STATE;?> <?=CONTACT_ZIP;?> <br />Phone: <?=CONTACT_PHONE;?> <br />Fax: <?=CONTACT_FAX;?></p> <p>Please call us or fill out the form below to contact us.</p> <fieldset> <legend> Thank You </legend> <br /> <span class="normaltext"> ENJOY planning your wedding by using Arizona’s Finest Wedding Sites and Services Magazine</span> </fieldset> <p> </p> </div> </div> <? $error = NULL; $contact_info = NULL; if (file_exists($DOCUMENT_ROOT."/includes/footer.php")) { include_once($DOCUMENT_ROOT."/includes/footer.php"); } else { header("location: /error.php"); } ?>