관리-도구
편집 파일: cakes_honey_moon_sweets.php
<?php include_once('../includes/root.php'); include_once($DOCUMENT_ROOT.'/includes/constants.php'); $page_title = COMPANY_NAME." : Arizona Wedding Cakes & Sweets | Arizona Wedding Vendors | AZ Wedding Sites | Home"; $scroller = SCROLLER_CAKES.""; 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 Cakes & Sweets</h1> <div id="vendors_listings"> <div class="vendor-left"> <h2><strong>Honey Moon Sweets</strong></h2> <p><span class="vendor_phone">Phone: 480-517-9520 </span> <br /> <a class="vendor_website" href="http://www.honeymoonsweets.com" target="_blank"><strong>www.honeymoonsweets.com </strong></a></p> <h1>The cakes dreams are made of…</h1> <p>A stunning wedding cake is what your guests will remember! Beautiful and delicious, each cake from Honey Moon Sweets Bakery is proudly made from scratch using only the finest ingredients. In fact, you can actually pronounce the ingredients in our all of our desserts! Choose from a wide selection of fillings, toppings and icings, and then top it with clusters of chocolate curls, vibrant arrangements of fresh fruit, or a theme of your own design. Bring in your sketches, photos or magazine clippings...if you can dream it, we can bake it! <br /> <br /> Arizona brides love our wedding cakes! Our award-winning cakes have been featured in bridal publications throughout the nation. Need ideas? Visit our website for inspiration or schedule a FREE cake tasting with a design expert and make your wedding day dreams come true. Wedding cake pricing starts at just $3.95 per serving. </p> <p><strong>See our Real Weddings <br /> </strong><a href="http://www.finestweddingsites.com/weddings/weddings-jenniferjustin.php">Jennifer & Justin</a><strong><br /> </strong><a href="http://www.finestweddingsites.com/weddings/weddings-caraquin.php">Cara & Quin</a><strong> <br /> </strong><a href="http://www.finestweddingsites.com/weddings/weddings-whitneyscott.php">Whitney & Scott</a><strong><br /> </strong><a href="../weddings/weddings-kellijacob.php">Kelli & Jacob</a> </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/honeymoon-sweets-1.jpg" alt="Honey Moon Sweets" class="border" /></p> <p><img src="/vendors/images/honeymoon-sweets-2.jpg" alt="Honey Moon Sweets" class="border" /></p> <p><img src="/vendors/images/honeymoon-sweets-3.jpg" alt="Honey Moon Sweets" class="border" /></p> <p><img src="/vendors/images/honeymoon-sweets-4.jpg" alt="Honey Moon Sweets" class="border" /></p> <p><img src="/vendors/images/honeymoon-sweets-5.jpg" alt="Honey Moon Sweets" class="border" /></p> <p><img src="/vendors/images/honeymoon-sweets-6.jpg" alt="Honey Moon Sweets" class="border" /></p> <p><img src="/vendors/images/honeymoon-sweets-7.jpg" alt="Honey Moon Sweets" class="border" /></p> </div> </div> </div> </div> <?php if (file_exists($DOCUMENT_ROOT."/includes/footer_cakes1.php")) { include_once($DOCUMENT_ROOT."/includes/footer_cakes.php"); } else { header("location: /error.php"); } ?>