관리-도구
편집 파일: cakes_classic_cakes_and_confections.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>Classic Cakes and Confections</h2> <p><span class="vendor_phone">Phone: 602-795-9662</span> <br /> <a class="vendor_website" href="http://www.classiccakesandconfections.com" target="_blank"><strong>www.classiccakesandconfections.com </strong></a></p> <p>Classic Cakes and Confections has its roots in, of all places, Siberia Russia. Eleonora Levinson began baking at an early age with her family in the late 1970’s. She later graduated at the top of her cooking school, and was immediately hired as a professional chef by the local government. <br /> <br /> Today, Classic Cakes and Confections is a family owned and locally operated bakery specializing in custom “one of a kind” cakes. Each decadent creation is hand made by Ella herself, using only the highest quality ingredients. After nearly three decades in the trade she specializes in the most cutting edge techniques. <br /> <br /> Everything we bake uses the very best ingredients money can buy, with a dash of old world love thrown in for good measure. And if you think our cakes are beautiful to look at, they taste even better. <strong>Call today for your very own private consultation!</strong> </p> <p><strong>See Our Real Weddings </strong><br /> <a href="http://www.finestweddingsites.com/weddings/weddings-daniellejeffrey.php">Danielle & Jeffery</a><br /> <a href="http://www.finestweddingsites.com/weddings/weddings-julieanthony.php">Julie & Anthony</a></p> <p><input type=button value="Back" onClick="history.go(-1)"></p> </div> <div class="vendor-right"> <h1>To schedule a wedding cake tasting, please fill out the form below. </h1> <p> <?php @include('../includes/contact-me.php'); ?> </p> <p> <img src="/vendors/images/classic_cakes_and_confections.jpg" alt="Classic Cake & Confections" class="border" /></p> <p><img src="/vendors/images/classic_cakes_and_confections1.jpg" alt="Classic Cake & Confections" class="border" /></p> <p><img src="/vendors/images/classic_cakes_and_confections2.jpg" alt="Classic Cake & Confections" class="border" /></p> <p><img src="/vendors/images/classic_cakes_and_confections3.jpg" alt="Classic Cake & Confections" class="border" /></p> <p><img src="/vendors/images/classic_cakes_and_confections4.jpg" alt="Classic Cake & Confections" 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"); } ?>