관리-도구
편집 파일: rehearsal_rustlers_rooste.php
<?php include_once('../includes/root.php'); include_once($DOCUMENT_ROOT.'/includes/constants.php'); $page_title = COMPANY_NAME." : Arizona Wedding Rehearsal Dinners | 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="topbanner"> </div> <div id="wrapper"> <div id="content"> <h1 class="title">Arizona Wedding Rehearsal Dinners</h1> <div id="vendors_listings"> <div class="vendor-left"> <h2>Rustler's Rooste</h2> <p><span class="vendor_phone">Phone: 602-431-6529 </span> <br /> <a class="vendor_website" href="http://www.rustlersrooste.com/" target="_blank"><strong>www.rustlersrooste.com</strong></a></p> <p>If you want a truly memorable Arizona location for your wedding, whether an intimate affair or a grand celebration, look no further than Rustler’s Rooste. Nestled between the rolling greens of the Arizona Grand Resort and the stars above, only we can offer the ambiance of a spectacular mountaintop setting and a dedicated staff that has created these all-inclusive packages with an uncompromising eye for detail and service!<br /> <br /> Rustler’s Rooste offers a variety of rehearsal, wedding and reception venues including charming outdoor patios and our new Crystal Pavilion with a stage, dance floor and seating for 550 guests. The diverse facilities allow us to accommodate groups as small as 30 or as large as 1600. For additional information, pricing and floor plans of our function areas visit us online at www.rustlersrooste.com Call us today and start planning your special day. </p> <p><input type=button value="Back" onClick="history.go(-1)"></p> </div> <div class="vendor-right"> <p> <?php @include('../includes/contact-me.php'); ?> </p> <p><img src="/vendors/images/rustlersrooste.jpg" alt="Rustler's Rooste" class="border" /></p> <p><img src="/vendors/images/rustlersrooste1.jpg" alt="Rustler's Rooste" class="border" /></p> <p><img src="/vendors/images/rustlersrooste2.jpg" alt="Rustler's Rooste" class="border" /></p> <p><img src="/vendors/images/rustlersrooste3.jpg" alt="Rustler's Rooste" class="border" /></p> <p><img src="/vendors/images/rustlersrooste4.jpg" alt="Rustler's Rooste" class="border" /></p> <p> </p> </div> </div> </div> </div> <?php if (file_exists($DOCUMENT_ROOT."/includes/footer_rehearsal.php")) { include_once($DOCUMENT_ROOT."/includes/footer_rehearsal.php"); } else { header("location: /error.php"); } ?>