관리-도구
편집 파일: cakes_time_chocolate.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>A Time for Chocolate</h2> <p><span class="vendor_phone">Phone: 602-628-0390</span> <br /><a class="vendor_website" href="http://www.ATimeForChocolate.com" target="_blank"><strong>www.ATimeForChocolate.com</strong></a></p> <p>Anytime is "A Time for Chocolate", That Holiday get together, a special birthday, a baby shower, a bridal shower, a baptism, a wedding or even an office party. Whatever the special occasion is, let us bring the dessert... a fountain of flowing chocolate! Your guests will be so excited to pick-and-dip one of our dreamy choices... from fruit and pastries, to wonderfully sinful sweets.</p> <p>Whether you want to have an intimate party or a large event, gather your friends and family... <br />And we will bring the Chocolate!</p> <p><input type=button value="Back" onClick="history.go(-1)"></p> </div> <div class="vendor-right"> <p><img class="border" src="/vendors/images/time_chocolate_01.jpg" /></p> <p><img class="border" src="/vendors/images/time_chocolate_02.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"); } ?>