관리-도구
편집 파일: cakes1.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"><img src="../images/banners/pieceofcake_banner.jpg" width="700" height="110" /> </div> <div id="wrapper"> <div id="content"> <h1 class="title">Arizona Wedding Cakes & Sweets</h1> <div class="boxalt"> <h3></h3> <div class="boxcontent"> <table class="vendors"> <tr> <td rowspan="3" class="photo"><a href="/vendors/cakes_my_goodness.php"><img src= "/vendors/images/my_goodness_cakes_th.jpg" alt="My Goodness Cakes"></a></td> <td class="title"><h2>My Goodness Cakes</h2></td> <td class="text-right">602-861-4711 </td> </tr> <tr> <td colspan="2"><p>At My Goodness Cakes, our goal is to provide our guests with a friendly, professional atmosphere while providing beautiful, one of a kind, custom designed cakes at affordable prices.<p> <br /> <p><a href="/vendors/cakes_my_goodness.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 rowspan="3" class="photo"><a href="/vendors/caterers_roberts.php"><img src= "/vendors/images/roberts_th.jpg" alt="Robert's Catering"></a></td> <td class="title"><h2>Robert's Catering</h2></td> <td class="text-right">480-963-4040</td> </tr> <tr> <td colspan="2"><p>Whether you are seeking Arizona's most fabulous wedding cake or cakes of distinction, planning events from an elegant wedding to corporate dining, or just a simple occasion... let Robert's create an unforgettable experience.<p> <br /> <p><a href="/vendors/caterers_roberts.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 rowspan="3" class="photo"><a href="/vendors/cakes_bamboo_bakery.php"><img src= "/vendors/images/bamboo_bakery_th.jpg" alt="Bamboo Bakery"></a></td> <td class="title"><h2>Bamboo Bakery</h2></td> <td class="text-right">602-246-8061</td> </tr> <tr> <td colspan="2"><p>Bamboo Bakery specializes in wedding cakes, birthday cakes, specialty cakes and freshly made desserts and pastries. We have over 100 different flavor combinations to choose from...</p> <br /> <p><a href="/vendors/cakes_bamboo_bakery.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 rowspan="3" class="photo"><a href="/vendors/cakes_letthemeatcake.php"><img src= "/vendors/images/letthemeatcake_th.jpg" alt="Let Them Eat Cake"></a></td> <td class="title"><h2>Let Them Eat Cake</h2></td> <td class="text-right">602-952-5272</td> </tr> <tr> <td colspan="2"><p>Let Them Eat Cake Inc. would like to invite you to meet with us so we may assist you in designing a custom-decorated wedding cake (and oh, so moist) made especially for you. Choose from any of our designs, bring in one of your own, or look through our many books for ideas.</p> <br /> <p><a href="/vendors/cakes_letthemeatcake.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 rowspan="3" class="photo"><a href="/vendors/cakes_pieceofcake.php"><img src= "/vendors/images/pieceofcake_th.jpg" alt="Piece of Cake Desserts"></a></td> <td class="title"><h2>Piece of Cake Desserts</h2></td> <td 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> <div id="vendors_listings"> </div> </div> </div> <? if (file_exists($DOCUMENT_ROOT."/includes/footer_cakes.php")) { include_once($DOCUMENT_ROOT."/includes/footer_cakes.php"); } else { header("location: /error.php"); } ?>