관리-도구
편집 파일: cakes_barbs.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>Barb's Bakery</h2> <p><span class="vendor_phone">Phone: 602-957-4422</span> <br /><a class="vendor_website" href="http://www.barbsbakery.com" target="_blank"><strong>www.barbsbakery.com</strong></a></p> <p>Make that special day perfect with a wonderful cake from Barb's!</p> <p>Barb's bakery is the leading baker of wedding cakes in the Phoenix metro area. We have earned several "Best of Phoenix" awards and are proud of our many repeat customers, including many corporations and resorts. We invite you to come and discuss the special cake of your dream wedding. Let us show you our many designs or discuss your unique ideas and of course let you sample the luscious icings and cake flavors. Excellence, artistry, affordability and reliability are words that have described us for the last 25 years.</p> <p><input type=button value="Back" onClick="history.go(-1)"></p> </div> <div class="vendor-right"> <p><img class="border" src="/vendors/images/barbs_01.jpg" /></p> </div> </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"); } ?>