관리-도구
편집 파일: az_destination_agave.php
<? include_once('constants.php'); $page_title = COMPANY_NAME." : Sedona 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("header_vendors.php"); } else { header("location: /error.php"); } ?> <div id="topbanner"> </div> <div id="wrapper"> <div id="content"> <div align="center"> <?php @include('../includes/search.php'); ?> </div> <h1 class="title">Arizona Destination Weddings - Wedding Reception Sites</h1> <div id="vendors_listings"> <div class="vendor-left"> <h2>Agave of Sedona</h2> <p><span class="vendor_phone">Phone: 928-301-6640</span> <br /><a class="vendor_website" href="http://www.rosaliesofsedona.com/weddings.html" target="_blank"><strong>Agave of Sedona</strong></a></p> <p>Agave of Sedona is centrally located in the heart of Sedona and has become known for our Spectacular Red Rock Views from our Montage Ballroom. As the only facility in Sedona that exclusively caters to on and off premise events, we specialize in custom designing your event to your taste in every way. From the linens to the menu... it's all about you.</p> <p><input type=button value="Previous" onClick="window.location='http://www.finestweddingsites.com/reception/az_destination_tonto_verde.php'"><input type=button value="Next" onClick="window.location='http://www.finestweddingsites.com/reception/az_destination_amara_creekside.php'"></p> </div> <div class="vendor-right"> <p> <?php @include('../includes/contact-me.php'); ?> </p> <p> <img class="border" src="images/agave_03.jpg" /></p> <p><img class="border" src="images/agave_01.jpg" /></p> <p><img class="border" src="images/agave_02.jpg" /></p> </div> </div> </div> </div> <? if (file_exists($DOCUMENT_ROOT."/includes/footer_reception.php")) { include_once("footer_reception.php"); } else { header("location: /error.php"); } ?>