관리-도구
편집 파일: contact.php
<?php session_start(); include_once('includes/root.php'); 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> <?php @include('includes/address.php'); ?> </p> <p> </p> </div> </div> <?php $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"); } ?>