관리-도구
편집 파일: b_shops_suzannes.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>Suzanne's Bridal Boutique </h2> <p><span class="vendor_phone">Phone: 480-926-9106</span> <br /> <a class="vendor_website" href="http://www.suzannesbridalboutique.com" target="_blank"><strong>www.SuzannesBridalBoutique.com </strong></a></p> <p>In an intimate boutique setting, Suzanne's has everything you'll need to create your dream wedding. We offer wedding gowns, bridesmaids, mothers and flower girl dresses as well as an extensive prom and quinceañera collection. Suzanne's also offers a variety of suits and tuxedos for your groomsmen to rent. To complete the wedding ensemble, we offer accessories including tiaras, shoes, veils and jewerly. Suzanne's years of design experience make alterations stress free. Come discover why we were voted Best of The Knot for three consecutive years. Also be sure to look for us on Facebook and Twitter!<br /> </p> <p><strong>View our Real Weddings </strong><br /> <a href="http://www.finestweddingsites.com/weddings/weddings-roxiejeremy.php">Roxie & Jeremy</a><br /> <a href="http://www.finestweddingsites.com/weddings/weddings-marissaaj.php">Marissa & AJ</a><a href="http://www.finestweddingsites.com/weddings/weddings-marrisaaj.php"></a></p> <p><strong>Suzanne's Bridal Boutique </strong><br /> 645 N. Gilbert Rd. <br /> Gilbert, AZ 85234 <br /> 480.926.9106 <br /> <a href="http://www.SuzannesBridalBoutique.com" target="_blank">www.suzannesbridalboutique.com </a><br /> </p> <p><input type=button value="Back" onClick="history.go(-1)"></p> </div> <div class="vendor-right"> <p><img src="/vendors/images/suzannes_01.jpg" alt="Suzanne's Bridal Boutique" 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"); } ?>