관리-도구
편집 파일: photographers_perry.php
<? include_once('../includes/root.php'); include_once($DOCUMENT_ROOT.'/includes/constants.php'); $page_title = COMPANY_NAME." : Arizona Wedding Photographers | Arizona Wedding Vendors | AZ Wedding Sites | Home"; $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"); } ?> <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> <div id="vendors_listings"> <div class="vendor-left"> <h2>Keith Perry Photography</h2> <p><span class="vendor_phone">Phone: 602-265-0474</span> <br /><a class="vendor_website" href="http://www.bestazweddingphotos.com" target="_blank"><strong>www.bestazweddingphotos.com</strong></a></p> <p>Over 25 years of experience and a true love for photographing weddings combine to make Keith Perry one of the top photographers in Arizona. A love for photography started at the age of eight for the Phoenix based Perry. What started as a hobby with his first set of dark room chemicals and Hollywood Monster negatives, lead to an impressive career photographing virtually everyone in the Executive, Legislative and Judicial Branches of Arizona Government, yet for Perry, photographing weddings is his true passion and it's something that he has perfected over the years.</p> <p>Perry believes that a successful wedding photographer should be creative on the fly for the entire day. Capturing those precious moments isn't always easy, but the ability to engage with all the wedding guests, and a love for watching people and allows Perry to set the tone for memorable photos. "It doesn't even feel like work for me anymore," says Perry who also believes that a photographer with a welcoming personality can go a long way in this industry. Perry was recently named among the Best Photographers of 2008 in Arizona Business Magazine.</p> <p><input type=button value="Back" onClick="history.go(-1)"></p> </div> <div class="vendor-right"> <p><img class="border" src="/vendors/images/perry_01.jpg" /></p> <p><img class="border" src="/vendors/images/perry_02.jpg" /></p> <p><img class="border" src="/vendors/images/perry_03.jpg" /></p> <p><img class="border" src="/vendors/images/perry_04.jpg" /></p> </div> </div> </div> </div> <? if (file_exists($DOCUMENT_ROOT."/includes/footer_photographers.php")) { include_once($DOCUMENT_ROOT."/includes/footer_photographers.php"); } else { header("location: /error.php"); } ?>