관리-도구
편집 파일: caterers.php
<?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">Arizona Wedding Reception Caterers</h1> <p class="title">We can help you find a Phoenix wedding caterer. The list below will help you find an Arizona wedding caterer that fits your wedding needs, style, menu preferences, and budget. </p> <div class="boxcontent"> <div class="boxalt"> <h3></h3> <div class="boxcontent"> <table class="vendors"> <tr> <td rowspan="3" class="photo"><a href="/vendors/caterers_blacktruffle.php"><img src= "/vendors/images/blacktruffle-th.jpg" alt="Black Truffle" /></a></td> <td class="title"><h2>Black Truffle</h2></td> <td class="text-right">480.287.0616</a></td> </tr> <tr> <td colspan="2"><p>Black Truffle Catering is dedicated to continuous innovation and excellence in food service, and special events.- In particular, weddings. We provide the finest quality food presented in an abundant display of artistic expression served by the best trained and professional staff in Arizona. <br /> <br> </p> <p><a href="/vendors/caterers_blacktruffle.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> <div class="boxalt"> <h3></h3> <div class="boxcontent"> <table class="vendors"> <tr> <td rowspan="3" class="photo"><a href="/vendors/caterers_pourmasters.php"><img src= "/vendors/images/pourmaster-th.jpg" alt="Pour Master" /></a></td> <td class="title"><h2>Pour Master</h2></td> <td class="text-right">602.505.7293</td> </tr> <tr> <td colspan="2"><p>We believe that bartending is not just preparing drinks but also the customer service given. Our bartenders, waiters & waitresses will go the extra mile to make sure your wedding is worry-free and enjoyable. </p> <br /> <p><a href="/vendors/caterers_pourmasters.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="boxcontent"> <div class="boxalt"> <h3><br> </h3> <div class="boxcontent"> <table class="vendors"> <tr> <td rowspan="3" class="photo"><a href="/vendors/caterers_heidis.php"><img src= "/vendors/images/heidis-th.jpg" alt="Heidi's Catering" /></a></td> <td class="title"><h2>Heidi’s Events & Catering</h2></td> <td class="text-right">480.491.5254</td> </tr> <tr> <td colspan="2"><p>At Heidi’s Events and Catering we share your excitement for the momentous occasion that is your wedding day. It is our commitment to work closely with you through every step of the planning process, ensuring that your celebration is how you have always dreamed it would be. </p> <br /> <p><a href="/vendors/caterers_heidis.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> <p> </p> </div> <div class="boxbottom"></div> </div> <div id="vendors_listings"> </div> </div> </div> <?php if (file_exists($DOCUMENT_ROOT."/includes/footer_caterers1.php")) { include_once($DOCUMENT_ROOT."/includes/footer_caterers1.php"); } else { header("location: /error.php"); } ?>