관리-도구
편집 파일: cake-kick-ass-cake.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>Kick Ass Kakes</h2> <p><span class="vendor_phone">Phone: 602.266.0533</span> <br /><a class="vendor_website" href="http://www.thekakshop.com" target="_blank"><strong>www.thekakshop.com</strong></a></p> <h2>Phoenix's Favorite Luxury Baker</h2> <p>Will my cake be beautiful? Will my cake be delicious? Will my cake be delivered on time and in perfect condition? Can you serve my cake? These are all questions that any bride will ak about her wedding cake. The KAK shop, aka Kick Ass Kakes, is the premier baker of custom, exclusive designed wedding cakes in Phoenix, Scottsdale, Tempe and surrounding Valley areas. Voted "Best Cake" by the editors of Phoenix Magazine, Jay has built a reputation for fast turnaround and incredible sculpting abilities for wedding, bridal and groom cakes. If you can dream it, he can bake it. Incredible life like flowers, beautiful lace and exacting design. You can tell Jay is a graduate of Parson's New School for Design. For a quote, email us at <a href="mailto:jay@kickasskakes.com">jay@kickasskakes.com</a> with your idea and the number of servings. We are noted for hand-held service and incredible quality using the best and most espensive ingredients.</p> <p> </p> <p> </p> <p><input type=button value="Back" onClick="history.go(-1)"></p> </div> <div class="vendor-right"> <?php @include('../includes/contact-me.php'); ?> <script type="text/javascript" src="http://www.finestweddingsites.com/reception/lightbox.js"></script> <p><a href="images/kak-lg.jpg" rel="lightbox" title="Kick Ass Kakes" img="img" class="border"><img src="images/kak.jpg" alt="Kick Ass Kakes" class="border" /></a></p> <p><a href="images/kak1-lg.jpg" rel="lightbox" title="Kick Ass Kakes" img="img" class="border"><img src="images/kak1.jpg" alt="Kick Ass Kakes" class="border" /></a></p> <p><a href="images/kak2-lg.jpg" rel="lightbox" title="Kick Ass Kakes" img="img" class="border"><img src="images/kak2.jpg" alt="Kick Ass Kakes" class="border" /></a></p> <p><a href="images/kak3-lg.jpg" rel="lightbox" title="Kick Ass Kakes" img="img" class="border"><img src="images/kak3.jpg" alt="Kick Ass Kakes" class="border" /></a></p> <p><a href="images/kak4-lg.jpg" rel="lightbox" title="Kick Ass Kakes" img="img" class="border"><img src="images/kak4.jpg" alt="Kick Ass Kakes" class="border" /></a></p> <p><a href="images/kak5-lg.jpg" rel="lightbox" title="Kick Ass Kakes" img="img" class="border"><img src="images/kak5.jpg" alt="Kick Ass Kakes" class="border" /></a></p> <p><a href="images/kak6-lg.jpg" rel="lightbox" title="Kick Ass Kakes" img="img" class="border"><img src="images/kak6.jpg" alt="Kick Ass Kakes" class="border" /></a></p> </div> </div> </div> </div> <?php if (file_exists($DOCUMENT_ROOT."/includes/footer_cakes.php")) { include_once($DOCUMENT_ROOT."/includes/footer_cakes.php"); } else { header("location: /error.php"); } ?>