관리-도구
편집 파일: cakes.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> <p class="title">Treat your guests to a wedding cake and sweets they will remember. Listed below are the best Phoenix wedding cake bakers. Just pick the wedding cake designer that suits your style. </p> <div class="boxalt"> <h3></h3> <div class="boxcontent"> <table class="vendors"> <tr> <td width="155" rowspan="3" class="photo"><a href="/vendors/cakes_ambrosia-cakes.php"><img src= "http://www.finestweddingsites.com/vendors/images/ambrosia-th.jpg" alt="My Goodness Cakes" /></a></td> <td width="548" class="title"><h2>Ambrosia Cakes Tucson</h2></td> <td width="177" class="text-right">520.390.9319</td> </tr> <tr> <td colspan="2"><p>Ambrosia Cakes’ mission is to delight in, design and deliver the most exquisite wedding cake in Tucson.</p> <br /> <p><a href="/vendors/cakes_ambrosia-cakes.php"><img src="/images/bt_more_info.jpg" alt="more info" width="119" height="29" /></a></p></td> </tr> </table> </div> <div class="boxbottom"></div> </div> <div class="boxalt"> <h3></h3> <div class="boxcontent"> <table class="vendors"> <tr> <td width="155" rowspan="3" class="photo"><a href="/vendors/cakes_silverrose.php"><img src= "images/silverth.jpg" alt="Silver Rose Bakery" /></a><a href="/vendors/cakes_silverrose.php"></a></td> <td width="548" class="title"><h2>Silver Rose Bakery</h2></td> <td width="177" class="text-right"><span class="">623.499.2222</span></td> </tr> <tr> <td colspan="2"><p>Your wedding is unique to you both. From your design, location, and taste, which represent memories of your relationship, come important foundations for your cake/dessert table. We believe the dessert Must complete your “journey of us” in all three aspects. </p> <br /> <p><a href="/vendors/cakes_silverrose.php"><img src="/images/bt_more_info.jpg" alt="more info" width="119" height="29" /></a></p></td> </tr> </table> </div> <div class="boxbottom"></div> </div> <div class="boxalt"> <h3></h3> <div class="boxcontent"> <table class="vendors"> <tr> <td width="155" rowspan="3" class="photo"><a href="/vendors/cakes_pieceofcake.php"><img src= "http://www.finestweddingsites.com/vendors/images/pieceofcake_th.jpg" alt="Piece of Cake Desserts" /></a></td> <td width="548" class="title"><h2>Piece of Cake Desserts</h2></td> <td width="177" class="text-right">602.628.4194</td> </tr> <tr> <td colspan="2"><p>We are proud to create the highest quality desserts made from the finest ingredients on the planet. Piece of Cake offers cakes and other desserts for any occasion.</p> <br /> <p><a href="/vendors/cakes_pieceofcake.php"><img src="/images/bt_more_info.jpg" alt="more info" width="119" height="29" /></a></p></td> </tr> </table> </div> <div class="boxbottom"></div> </div> <div class="boxalt"> <h3></h3> <div class="boxcontent"> <table class="vendors"> <tr> <td width="155" rowspan="3" class="photo"><a href="/vendors/cakes_sweetforyou.php"><img src= "images/were-sweetth.jpg" alt="We're Sweet On You" /></a></td> <td width="548" class="title"><h2>We're Sweet On You</h2></td> <td width="177" class="text-right"><span class="vendor_phone">602.505.7105</span></td> </tr> <tr> <td colspan="2"><p>We bring events to life with beautiful displays that will delight the eyes and tingle the tastebuds.</p> <br /> <p><a href="/vendors/cakes_sweetforyou.php"><img src="/images/bt_more_info.jpg" alt="more info" width="119" height="29" /></a></p></td> </tr> </table> </div> <div class="boxbottom"></div> </div> </div> </div> <?php if (file_exists($DOCUMENT_ROOT."/includes/footer_cakes1.php")) { include_once($DOCUMENT_ROOT."/includes/footer_cakes1.php"); } else { header("location: /error.php"); } ?>