관리-도구
편집 파일: dj.php
<?php include('../includes/root.php'); include_once($DOCUMENT_ROOT.'/includes/constants.php'); $page_title = COMPANY_NAME." : Arizona Wedding DJ's and Entertainment | Arizona Wedding Vendors | AZ Wedding Sites | Home"; $scroller = SCROLLER_DJ.""; 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">Wedding Entertainment</h1> <p class="title">Looking to book a wedding entertainment, DJ or live musician for your wedding day? Click on the links below to find the best wedding entertainment options in the Phoenix area. </p > <div id="vendors_listings"> <div class="pic"><a href="/vendors/ent_crazyshotzphotobooth.php"><img src= "/vendors/images/crazyth.jpg" alt="Crazy Shotz Photo Booth" /></a> <ul> <li class="title">Crazy Shotz Photo Booth</li> <li class="button"><a href="/vendors/ent_crazyshotzphotobooth.php">More Info » </a></li> </ul> </div> <div class="pic"><a href="/vendors/ent_got-you-covered.php"><img src= "/vendors/images/got-you-covered-th.jpg" alt="Gold Ring Entertainment" /></a> <ul> <li class="title">Got You Covered</li> <li class="button"><a href="/vendors/ent_got-you-covered.php">More Info » </a></li> </ul> </div> </div> </div> </div> </div> <?php if (file_exists($DOCUMENT_ROOT."/includes/footer_dj.php")) { include_once($DOCUMENT_ROOT."/includes/footer_dj.php"); } else { header("location: /error.php"); } ?>