관리-도구
편집 파일: b_shops_destinys_bride.php
<?php include_once('../includes/root.php'); include_once($DOCUMENT_ROOT.'/includes/constants.php'); $page_title = COMPANY_NAME." : Arizona Bridal Shops | 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 Bridal Shops</h1> <div id="vendors_listings"> <div class="vendor-left"> <h2>Destiny's Bride</h2> <p><span class="vendor_phone">Phone: 480-368-8868 </span> <br /> <a class="vendor_website" href="http://www.destinysbride.com" target="_blank"><strong>www.destinysbride.com </strong></a></p> <p>At Destiny’s Bride we pride ourselves on providing couture gowns in an elegant and comfortable environment. Your wedding gown is the most important dress you will ever wear and our sales team will use their knowledge and experience to find the perfect gown for you. <br /> <br /> We started our boutique in 1997 and have grown every year to become the largest and most prestigious couture salon in the state of Arizona. Our mission is to make your experience memorable and rewarding. We want our relationship to go beyond the gown. We are here to assist you through out your wedding planning experience in any way we can. Our entire staff welcomes you to come in and browse our carefully assembled selection of gowns.</p> <p>We appreciate appointments, so we may offer our undivided attention. </p> <p><strong>See our Real Weddings </strong><br /> <a href="http://www.finestweddingsites.com/weddings/weddings-melissamat.php">Melissa & Mat </a><br /> </p> <p><input type=button value="Back" onClick="history.go(-1)"></p> </div> <div class="vendor-right"> <p><img src="/vendors/images/destiny-1.jpg" alt="Destiny's Bride" class="border" /></p> <p><img src="/vendors/images/destiny-2.jpg" alt="Destiny's Bride" class="border" /></p> <p><img src="/vendors/images/destiny-3.jpg" alt="Destiny's Bride" class="border" /></p> <p><img src="/vendors/images/destiny-4.jpg" alt="Destiny's Bride" class="border" /></p> </div> </div> </div> </div> <?php if (file_exists($DOCUMENT_ROOT."/includes/footer_shops.php")) { include_once($DOCUMENT_ROOT."/includes/footer_shops.php"); } else { header("location: /error.php"); } ?>