관리-도구
편집 파일: babc.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">Brides Against Breast Cancer - Arizona Grand Resort</h1> <p>Attention Phoenix area BRIDES….say YES to the perfect DRESS, save up to 85%, and help those impacted by cancer! Over 400 designer gowns (new and lovingly worn) deeply discounted will be available to try on and purchase. Brand new styles & accessories available too! Meet some of the area’s best wedding professionals! Enter to win exciting prizes & Giveaways!<br> Volunteer opportunities available too! </p> <p>Saturday, August 29th<br> 8000 S. Arizona Grand Pkwy.<br> Phoenix, AZ 85044</p> <p><a href="http://www.bridesagainstbreastcancer.org/index.php?src=gendocs&ref=Phoenix%2C+AZ+-+Bridal+Show+-+August+29%2C+2015">Register Today »</a></p> <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"); } ?>