관리-도구
편집 파일: lighting.php
<?php include_once('../includes/root.php'); include_once($DOCUMENT_ROOT.'/includes/constants.php'); $page_title = COMPANY_NAME." : Phoenix Wedding Vendors | 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"> </div> <div id="wrapper"> <div id="content"> <h1 class="title">Arizona Wedding Lighting</h1> <p class="title">Light up your wedding ceremony or reception with indoor or outdoor lighting! Perfect for backyard weddings and events, or for any venue that needs some decorative lighting. from Cafe lighting, lantern stings, tree wraps and uplighting our lighting specialist can help you see your wedding in a different light! </p> <div id="vendors_listings"> <div class="pic"><a href="/vendors/lights_5th-avenue.php"><img src= "/vendors/images/5th-ave-th.jpg" alt="5th Avenue Productions"></a> <ul> <li class="title">5th Avenue Productions</li> <li class="button"><a href="/vendors/lights_5th-avenue.php">More Info » </a></li> </ul> </div> </div> </div> </div> <?php if (file_exists($DOCUMENT_ROOT."/includes/footer_shops.php")) { include_once($DOCUMENT_ROOT."/includes/footer_shops.php"); } else { header("location: /error.php"); } ?>