관리-도구
편집 파일: linens.php
<?php include_once('../includes/root.php'); include_once($DOCUMENT_ROOT.'/includes/constants.php'); $page_title = COMPANY_NAME." : Arizona Wedding Linens & Rentals | Arizona Wedding Vendors | AZ Wedding Sites"; $scroller = SCROLLER_LINENS.""; 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 Rentals</h1> <p class="title">Click on the links below to find your table linens, chair covers and much more. Make your Phoenix wedding day extraordinary by renting for these Phoenix wedding experts! </p> <div class="boxalt"> <h3></h3> <div class="boxcontent"> <table class="vendors"> <tr> <td rowspan="3" class="photo"><a href="/vendors/linens_loveletters.php"><img src="/vendors/images/love-letter-th.jpg" alt="Love Letters" width="155" height="155" /></a></td> <td class="title"><h2>Love Letters</h2></td> <td class="text-right">480.809.3562</td> </tr> <tr> <td colspan="2"><p>Featuring Monumental LOVE the Southwest’s only 6 foot tall LOVE light sculpture. Reserve today to enhance any Proposal, Wedding, or Special Occasion.</p> <p> <br /> </p> <p><a href="/vendors/linens_loveletters.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="boxalt"> <h3></h3> <div class="boxcontent"> <table class="vendors"> <tr> <td rowspan="3" class="photo"><a href="/vendors/linens_y_knot.php"><img src="/vendors/images/y-knot_th.jpg" alt="Y-Knot Party Rental" width="155" height="155" /></a></td> <td class="title"><h2>Y-Knot Party Rentals</h2></td> <td class="text-right">480.967.4495</td> </tr> <tr> <td colspan="2"><p>For All Your Wedding & Party Needs Large Selection of Wedding Rentals!</p> <p> <br /> </p> <p><a href="/vendors/linens_y_knot.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="boxalt"> <h3></h3> <div class="boxcontent"> <table class="vendors"> <tr> <td rowspan="3" class="photo"><a href="/vendors/linens_eventrents.php"><img src="/vendors/images/eventrents-th.jpg" alt="Event Rents" width="155" height="155" /></a></a></td> <td class="title"><h2>Event Rents</h2></td> <td class="text-right">602.516.1000</span></td> </tr> <tr> <td colspan="2"><p>Our exceptional customer service, quality products and attention to detail are the components that have made us the superior choice in the event rental industry.<br /> </p> <p><a href="/vendors/linens_eventrents.php"><img src="/images/bt_more_info.jpg" alt="more info" width="119" height="29" /></a></a></p></td> </tr> </table> </div> <div class="boxbottom"></div> </div> <div class="boxalt"> <h3></h3> <div class="boxcontent"> <table class="vendors"> <tr> <td rowspan="3" class="photo"><a href="/vendors/linens_classic_party_rentals.php"><img src="/vendors/images/classic-party2-th.jpg" alt="Classic Part Rentals" width="155" height="155" /></a><a href="/vendors/linens_glamourandwoods.php"></a></td> <td class="title"><h2>Classic Party Rentals</h2></td> <td class="text-right">602.232.9900</td> </tr> <tr> <td colspan="2"><p>Whether you are hosting an elegant backyard wedding, a private party in a luxury resort or a corporate affair on a perfectly landscaped fairway, Classic Phoenix Event Specialists has your event covered from tent top to table top.<br /> </p> <p><a href="/vendors/linens_classic_party_rentals.php"><img src="/images/bt_more_info.jpg" alt="more info" width="119" height="29" /></a><a href="/vendors/linens_glamourandwoods.php"></a></p></td> </tr> </table> </div><div class="boxbottom"></div> </div> </div> <div id="vendors_listings"> </div> </div> </div> <?php if (file_exists($DOCUMENT_ROOT."/includes/footer_linens.php")) { include_once($DOCUMENT_ROOT."/includes/footer_linens.php"); } else { header("location: /error.php"); } ?>