관리-도구
편집 파일: linens_tri_rentals.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 | Home"; $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 Linens & Rentals</h1> <div id="vendors_listings"> <div class="vendor-left"> <h2>Tri-Rentals</h2> <p><span class="vendor_phone">Phone: 602-232-9900</span> <br /><a class="vendor_website" href="http://www.trirentals.com" target="_blank"><strong>www.trirentals.com</strong></a></p> <p>Everything is bigger in the great Southwest - the sky, the scenery and yes, even the parties! At Tri-Rentals Arizona and New Mexico, our 25 years of experience is as expansive as your largest celebration. From Western BBQs, to elegant weddings, we've got the goods to make every celebration one to remember. So when your invites are ready to be mailed, be sure to rope us in to bring your party to life.</p> <p><input type=button value="Back" onClick="history.go(-1)"></p> </div> <div class="vendor-right"> <p><img class="border" src="/vendors/images/tri-rentals_01.jpg" /></p> <p><img class="border" src="/vendors/images/tri-rentals_02.jpg" /></p> </div> </div> </div> </div> <? if (file_exists($DOCUMENT_ROOT."/includes/footer_linens.php")) { include_once($DOCUMENT_ROOT."/includes/footer_linens.php"); } else { header("location: /error.php"); } ?>