관리-도구
편집 파일: have_your_cake.php
<? include_once($DOCUMENT_ROOT.'/includes/constants.php'); $page_title = COMPANY_NAME." : Arizona Wedding Articles | Arizona Wedding Vendors | AZ Wedding Sites | Home"; if (file_exists($DOCUMENT_ROOT."/includes/header.php")) { include_once($DOCUMENT_ROOT."/includes/header.php"); } else { header("location: /error.php"); } ?> <div id="content"> <h1 class="title">Arizona Wedding Articles</h1> <h2>Have Your Cake and eat it too!</h2> <p><img class="img-right" src="images/bambooBakery01.jpg" alt="Have Your Cake and Eat it Too" /></p> <p>With so many choices, selecting your wedding cake may not be a piece of cake, but it will be a delicious deliberation...</p> <p>Yummy! The new trends in wedding cakes really take the cake! David Pham of Bamboo Bakery in Phoenix says dreamy new colors, unusual shapes and tiers and exciting faux-fondants are just some of the exciting new trends in cake design. Cake artists encourage brides to decide early on the cake because booking early can save money. No one wants a last minute cake without a theme. Plan an exciting design so you can have your beautifully luscious cake and eat it too!</p> <p>Bakers are doing everything; from replicating the bride's wedding gown design on the cake to creating "mad hatter" cakes in various shapes and sizes. "We have clients designing their own wedding cake," says Pham. "One new trend is (having) the wedding cakes with different shapes like squares, and alternating various shaped tiers."</p> <p>For a beach wedding, Pham created "Under the Sea," cake - the color of the ocean with seashells, starfish, pearls, and seaweed around each tier. For another wedding, Pham designed a "Presents of Love" cake, a four-tier cake that alternated square and circle-shaped layers. Each cake was decorated to look like a present and had teal, lime green and white colors with a white chocolate bow on top. For the Bridal Fashion Debut at the Civic Center in Phoenix in January 2007, Pham created a "New Wave," wedding cake, with all different shapes and colors that brought forth oohs and ahhs. </p> </div> </div> <? if (file_exists($DOCUMENT_ROOT."/includes/footer.php")) { include_once($DOCUMENT_ROOT."/includes/footer.php"); } else { header("location: /error.php"); } ?>