관리-도구
편집 파일: linens_butterfly.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>Butterfly Events</h2> <p><span class="vendor_phone">Phone: 602-332-5889</span> <br /><a class="vendor_website" href="http://www.butterflyeventsonline.com/" target="_blank"><strong>www.www.butterflyeventsonline.com</strong></a></p> <p>As beautiful as a butterfly, Butterfly Events create events that are so unique you'll never forget them.</p> <p>Spread your wings and fly with our service. We provide excellent guidance on every aspect of planning your wedding.</p> <p>We work with the top line hotels, such as the Sheraton, Radisson, Park Plaza and others. It's not just that every event we plan is unforgettable, it's that we can allow you to be the center of your beautiful day. Make your fantasy wedding come true. For an appointment, please call (602) 332-5889.</p> <p><input type=button value="Back" onClick="history.go(-1)"></p> </div> <div class="vendor-right"> <p><img class="border" src="/vendors/images/butterfly_events_logo.jpg" /></p> <p><img class="border" src="/vendors/images/butterfly_events_06.jpg" /></p> <p><img class="border" src="/vendors/images/butterfly_events_07.jpg" /></p> <p><img class="border" src="/vendors/images/butterfly_events_08.jpg" /></p> </div> </div> </div> </div> <? if (file_exists($DOCUMENT_ROOT."/includes/footer_consulting.php")) { include_once($DOCUMENT_ROOT."/includes/footer_consulting.php"); } else { header("location: /error.php"); } ?>