관리-도구
편집 파일: linens_loveletters.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 | 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="wrapper"> <div id="content"> <h1 class="title">Arizona Wedding Rentals</h1> <div align="left"> <img src="images/love-letter-br.jpg" width="571" height="190" alt=""/></div> <div id="vendors_listings"> <div class="vendor-left"> <h2>Love Letters</h2> <p><span class="vendor_phone">Phone: 480.809.3562</span> <br /><a class="vendor_website" href="http://www.lovelettersaz.com" target="_blank"><strong>www.lovelettersaz.com</strong></a></p> <h2>Have Love. Will Travel.</h2> <p>Love Letters of Arizona is an innovative, boutique wedding and special events lighting rental company who provides unique Sculptured Lighting and incredible customer service to couples and corporations across the the Valley of the Sun.</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><script type="text/javascript" src="http://www.finestweddingsites.com/reception/lightbox.js"></script> <p><a href="images/love-letter1-lg.jpg" rel="lightbox" title="Love Letters" img class="border"><img class="border" src="images/love-letter1.jpg" /></a></p> <p><a href="images/love-letter2-lg.jpg" rel="lightbox" title="Love Letters" img class="border"><img class="border" src="images/love-letter2.jpg" /></a></p> <p><a href="images/love-letter3-lg.jpg" rel="lightbox" title="Love Letters" img class="border"><img class="border" src="images/love-letter3.jpg" /></a></p> </div> </div> </div> </div> <?php if (file_exists($DOCUMENT_ROOT."/includes/footer_floral1.php")) { include_once($DOCUMENT_ROOT."/includes/footer_floral1.php"); } else { header("location: /error.php"); } ?>