관리-도구
편집 파일: caterers_creations.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>Creations in Cuisine Catering</h2> <p><span class="vendor_phone">Phone: 602-485-9924</span> <br /> <strong><a href="http://www.creationsincuisinecatering.com" target="_blank">www.creationsincuisinecatering.com</a></strong></p> <p>Thank you for your interest in Creations in Cuisine Catering. For over nine years Creations in Cuisine Catering has been servicing Phoenix and the surrounding areas with innovative cuisine and event design. Our goal is to be your first choice when planning an event; social or corporate, casual to elegant, intimate to extravagant.</p> <p>We have established a reputation for being flexible and creative with our menu selections. At Creations in Cuisine Catering we use the freshest ingredients available to prepare your food with an emphasis on taste and creativity. Our professional team of event planners will guide you through all the steps necessary to help assure your event will surpass your expectations. Please take a moment to visit our site and review some of the menus we offer or contact our sales staff for personalized menu creations.</p> <p><input type=button value="Back" onClick="history.go(-1)"></p> </div> <div class="vendor-right"> <p> <?php @include('../includes/contact-me.php'); ?> </p> <p><img class="border" src="/vendors/images/creations_cuisine_01.jpg" /></p> <p><img class="border" src="/vendors/images/creations_cuisine_02.jpg" /></p> <p><img class="border" src="/vendors/images/creations_cuisine_03.jpg" /></p> <p><img class="border" src="/vendors/images/creations_cuisine_04.jpg" /></p> <p><img class="border" src="/vendors/images/creations_cuisine_05.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"); } ?>