관리-도구
편집 파일: rehearsal_aunt_chiladas.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>Aunt Chilada's</h2> <p><span class="vendor_phone">Phone: 602-944-1286 </span> <br /> <a class="vendor_website" href="http://www.auntchiladas.com/" target="_blank"><strong>www.auntchiladas.com</strong></a><br /> <a href="mailto:catering@auntchiladas.com">catering@auntchiladas.com</a></p> <p>Nestled in the shadow of the Squaw Peak Mountain, Aunt Chilada’s is truly an historic landmark with a personality all its own. Constructed in the 1890’s from desert stone and railroad ties, the original building served as a supply depot and general store for the mercury miners passing through the Dreamy Draw.<br /> <br /> Today, Aunt Chilada’s not only carries on that century old tradition of heartfelt Southwestern hospitality, but also dishes out the finest Mexican food this side of the border.<br /> <br /> The rehearsal dinner facilities at Aunt Chilada’s are as unique as her colorful past. Select from a variety of settings from our beautiful patios to our private banquet rooms, with over 600 seats Aunt Chilada’s will be sure to accommodate an evening to remember. Not only will you be pleasantly surprised with the historic setting and unique atmosphere, Michele and Steve will make your planning the simplest part of your wedding. </p> <p><input type=button value="Back" onClick="history.go(-1)"></p> </div> <div class="vendor-right"> <p><img src="/vendors/images/auntchiladas1.jpg" alt="Aunt Chilada's" class="border" /></p> <p><img src="/vendors/images/auntchiladas.jpg" alt="Aunt Chilada's" class="border" /></p> <p><img src="/vendors/images/auntchiladas2.jpg" alt="Aunt Chilada's" class="border" /></p> <p><img src="/vendors/images/auntchiladas3.jpg" alt="Aunt Chilada's" class="border" /></p> <p><img src="/vendors/images/auntchiladas4.jpg" alt="Aunt Chilada's" 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"); } ?>