관리-도구
편집 파일: fountain_hills_civic_and_event_center.php
<?php include_once('../includes/root.php'); include_once($DOCUMENT_ROOT.'/includes/constants.php'); $page_title = COMPANY_NAME." : Scottsdale Arizona Wedding Reception Sites | Arizona Wedding Vendors | AZ Wedding Sites | Home"; $scroller = SCROLLER_CATERERS.""; if (file_exists($DOCUMENT_ROOT."/includes/header_vendors.php")) { include_once($DOCUMENT_ROOT."/includes/header_vendors.php"); } else { header("location: /error.php"); } ?> <div id="wrapper"> <div id="content"> <div align="center"> <?php @include('../includes/search.php'); ?> </div> <h1 class="title">Fountain Hills, Arizona - Wedding Reception Sites<br /></h1> <p class="title img_center"><img src="../images/banners/fountain-hills.jpg" alt="Fountain Hills" width="571" height="190" /></p> <div id="vendors_listings"> <div class="vendor-left"> <h2><strong>Fountain Park<br /> Civic and Event Center</strong> </h2> <p><span class="vendor_phone">Phone: 480-816-5116 </span> <br /> <a href="http://www.fh.az.gov/243/weddings" target="_blank"on click="trackOutboundLink('http://www.fh.az.gov/243/weddings'); return false;"><strong>www.fh.az.gov/243/weddings</strong></a> </p> <p>If outstanding natural beauty and spectacular mountain views are on your wish list look no further than Fountain Hills. Say "I do" with the backdrop of our breathtaking world-famous fountain surrounded by the lush landscaping and the McDowell Mountains. Create the wedding of your dreams, choose from a variety of ceremony locations in Fountain Park, have your reception in the Park or at one of the unique reception venues in Fountain Hills.</p> <p><input type=button value="Back" on click="history.go(-1)"></p> </div> <div class="vendor-right"> <p> <?php @include('../includes/contact-me.php'); ?> </p> <p><img src="images/fh-2.jpg" alt="Fountain Hills Park" class="border" /></p> <p><img src="images/fh-7.jpg" alt="Fountain Hills Park" class="border" /></p> <p><img src="images/fh-8.jpg" alt="Fountain Hills Park" class="border" /></p> <p><img src="images/fh-3.jpg" alt="Fountain Hills Park" class="border" /></p> <p><img src="images/fh-4.jpg" alt="Fountain Hills Park" class="border" /></p> <p><img src="images/fh-6.jpg" alt="Fountain Hills Park" class="border" /></p> <p><img src="images/fh-5.jpg" alt="Fountain Hills Park" class="border" /></p> <p><img src="images/fh-9.jpg" alt="Fountain Hills Park" class="border" /></p> </div> </div> </div> </div> <?php if (file_exists($DOCUMENT_ROOT."/includes/footer_reception_scottsdale.php")) { include_once($DOCUMENT_ROOT."/includes/footer_reception_scottsdale.php"); } else { header("location: /error.php"); } ?>