관리-도구
편집 파일: video.php
<? include_once('../includes/root.php'); include_once($DOCUMENT_ROOT.'/includes/constants.php'); $page_title = COMPANY_NAME." : Arizona Wedding Videography | Arizona Wedding Vendors | AZ Wedding Sites"; $scroller = SCROLLER_VIDEO.""; 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 Videography</h1> <p class="title">Phoenix wedding videographers document your wedding on film. You can share the memories with friends and family, anytime. Just think about those anniversaries coming your way. A wedding video is a great way to celebrate each other for years to come. </p> <div id="vendors_listings"> <div class="pic"><a href="/vendors/video_something_new_media.php"><img src= "/vendors/images/something-th.jpg" alt="Something New Media" /></a> <ul> <li class="title">Something New Media</li> <li class="button"><a href="/vendors/video_something_new_media.php">More Info » </a></li> </ul> </div> </div> </div> </div> <? if (file_exists($DOCUMENT_ROOT."/includes/footer_video.php")) { include_once($DOCUMENT_ROOT."/includes/footer_video.php"); } else { header("location: /error.php"); } ?>