관리-도구
편집 파일: fountain_hills_tonto_verde.php
<? include_once('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("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</h1> <div id="vendors_listings"> <div class="vendor-left"> <h2>Tonto Verde</h2> <p><span class="vendor_phone">Phone: 480-471-2582</span> <br /> <a class="vendor_website" href="www.tontoverdeweddings.com" target="_blank"><strong><U>www.tontoverdeweddings.com</U> </strong></a></p> <p>The Clubhouse at Tonto Verde is your ultimate wedding destination….12 miles from North Scottsdale in the midst of a peaceful quiet that is unmatched anywhere in Arizona. The view of Four Peaks and the surrounding Mazatzal Mountain Range, rolling greens and romantic sunsets provide a breathtaking backdrop for your wedding ceremony, reception or rehearsal dinner. Wedding Packages are available but at Tonto Verde we believe that a wedding day should be as unique as each bride and groom. Let us customize something just for 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="images/tonto1.jpg" alt="Tonto Verde" class="border" /></p> <p><img src="images/tonto2.jpg" alt="Tonto Verde" class="border" /></p> <p><img src="images/tonto3.jpg" alt="Tonto Verde" class="border" /></p> <p><img src="images/tonto4.jpg" alt="Tonto Verde" class="border" /></p> </div> </div> </div> </div> <? if (file_exists($DOCUMENT_ROOT."/includes/footer_reception_scottsdale.php")) { include_once("footer_reception_scottsdale.php"); } else { header("location: /error.php"); } ?>