관리-도구
편집 파일: photographers.php
<? include_once('../includes/root.php'); include_once($DOCUMENT_ROOT.'/includes/constants-photo.php'); $page_title = COMPANY_NAME." | Arizona Wedding Photographers | Arizona Wedding Vendors | AZ Wedding Sites"; $scroller = SCROLLER_PHOTOGRAPHERS.""; if (file_exists($DOCUMENT_ROOT."/includes/header_vendors.php")) { include_once($DOCUMENT_ROOT."/includes/header_vendors.php"); } else { header("location: /error.php"); } ?> <style type="text/css"> <!-- .style1 { font-size: 14px; font-weight: bold; } --> </style> <div id="topbanner"> <script type="text/javascript">//new pausescroller(name_of_message_array, CSS_ID, CSS_classname, pause_in_miliseconds) new pausescroller(pausecontent, "pscrollerphotography", "someclass", 3000) </script> </div> <div id="wrapper"> <div id="content"> <h1 class="title">Arizona Wedding Photographers</h1> <p class="title">Find your Arizona wedding photographer to capture your special day. As life changes, you can always look back to that amazing moment and smile.</p> <h3></h3> <div id="vendors_listings3"> <div class="pic"><a href="photographers_brooke.php"><img src= "images/brooke-th.jpg" alt="Brooke Photography " width="155" height="155" /></a> <ul> <li class="title">Brooke Photography</li> <li class="button"><a href="photographers_brooke.php">More Info » </a></li> </ul> </div> </div> <div id="vendors_listings7"> <div class="pic"><a href="/vendors/photographers_cwlifephoto.php"><img src= "/vendors/images/cwpic0_th.jpg" alt="CWLIFE Photography" /></a> <ul> <li class="title">CWLIFE Photography</li> <li class="button"><a href="/vendors/photographers_cwlifephoto.php">More Info » </a></li> </ul> </div> </div> <div id="vendors_listings2"> <div class="pic"><a href="/vendors/photographers_depoy.php"><img src= "images/depoy-th.jpg" alt="DePoy Studios" /></a> <ul> <li class="title">DePoy Studios</li> <li class="button"><a href="/vendors/photographers_depoy.php">More Info » </a></li> </ul> </div> </div> <div id="vendors_listings2"> <div class="pic"><a href="/vendors/photographers_thegawnes.php"><img src= "images/gawneth.jpg" alt="The Gawnes Photography" /></a> <ul> <li class="title">The Gawnes Photography</li> <li class="button"><a href="/vendors/photographers_thegawnes.php">More Info » </a></li> </ul> </div> </div> <div id="vendors_listings"> <div class="pic"><a href="photographers_liv.php"><img src= "images/liv-th.jpg" alt="LIV Photography" /></a> <ul> <li class="title">LIV Photography</li> <li class="button"><a href="photographers_liv.php">More Info » </a></li> </ul> </div> </div> <div id="vendors_listings8"> <div class="pic"><a href="photographers_lovemylife.php"><img src= "/vendors/images/love-my-life-th.jpg" alt="Love My Life Photography" width="155" height="155" /></a> <ul> <li class="title">Love My Life Photography</li> <li class="button"><a href="photographers_lovemylife.php">More Info » </a></li> </ul> </div> </div> </div> </div> </div> <? if (file_exists($DOCUMENT_ROOT."/includes/footer_photographers1.php")) { include_once($DOCUMENT_ROOT."/includes/footer_photographers1.php"); } else { header("location: /error.php"); } ?>