관리-도구
편집 파일: caterers_fatfreddy.php
<? include_once('../includes/root.php'); include_once($DOCUMENT_ROOT.'/includes/constants.php'); $page_title = COMPANY_NAME." : Arizona Wedding Reception Caterers | Arizona Wedding Vendors | AZ Wedding Sites | Home"; $scroller = SCROLLER_CATERERS.""; 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"> <script type="text/javascript">//new pausescroller(name_of_message_array, CSS_ID, CSS_classname, pause_in_miliseconds) new pausescroller(pausecontent, "pscrollercatering", "someclass", 3000) </script> </div> <div id="wrapper"> <div id="content"> <h1 class="title">Wedding Reception Caterers</h1> <div id="vendors_listings"> <div class="vendor-left"> <h2>Fat Freddy's Catering</h2> <p><span class="vendor_phone">Phone: 623-580-4653</span> <br /><a class="vendor_website" href="http://www.fatfreddyscatering.com" target="_blank"><strong>www.fatfreddyscatering.com</strong></a></p> <p>We specialize in entrees and dishes from favorite cuisines from around the world. From Northern and Southern Italian dishes, Regional and Continental American dishes to our ever popular Caribbean and Hawaiian Islands menus, we offer the most exciting and affordable catering in the Phoenix area. We are definitely not in the business of mass producing bland, boring food and we never overbook dates. You will be given honest and helpful guidance in choosing your menu, style of service, and choice of dinnerware based on your total budget.</p> <p><input type=button value="Back" onClick="history.go(-1)"></p> </div> <div class="vendor-right"> <p><img class="border" src="/vendors/images/fatfreddy_02.jpg" /></p> <p><img class="border" src="/vendors/images/fatfreddy_03.jpg" /></p> <p><img class="border" src="/vendors/images/fatfreddy_01.jpg" /></p> </div> </div> </div> </div> <? if (file_exists($DOCUMENT_ROOT."/includes/footer_caterers.php")) { include_once($DOCUMENT_ROOT."/includes/footer_caterers.php"); } else { header("location: /error.php"); } ?>