관리-도구
편집 파일: photographers_benkelly.php
<?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 | 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>Ben & Kelly Photography</h2> <p><span class="vendor_phone">Phone: 602.909.3618</span> <br /><a href="http://www.benandkellyphotography.com" target="_blank"on click="trackOutboundLink('http://www.benandkellyphotography.com'); return false;"><strong>www.benandkellyphotography.com</strong></a></p> <h1><em>Beautiful, Timeless, Unique...</em></h1> <p>We’re all in the middle of creating our life story, and the most rewarding thing about being a photographer is that we’re able to share in those stories and capture those moments with our clients. We are very relaxed and have a lot of fun doing what we do, and we like to inspire our clients to be relaxed and have fun with us so that we’re ready to capture those moments. Kelly and I like to create beautiful timeless photos of all of our clients, but we also like to create unique images of our clients that are just theirs and not duplicates of what everyone else has. We are very passionate about what we do. We live and breathe it. Our passion drives us to deliver the best quality experience we can for you, and because we personally care so much about what we do, you can be assured that you have 100% of us to create the most beautiful images that we can together.</p> <p>» <a href="http://www.benandkellyphotography.com/portfolio/weddings/" target="_blank">See more samples of our work </a></p> <p>» <a href="http://www.benandkellyphotography.com/about-ben-kelly/pricing-packages/" target="_blank">View our packages and pricing</a></p> <p><input type=button value="Back" onClick="history.go(-1)"></p> </div> <div class="vendor-right"> <p> <?php @include('../includes/contact-me.php'); ?> </p> <script type="text/javascript" src="http://www.finestweddingsites.com/reception/lightbox.js"></script> <p> <a href="images/bk-lg.jpg" rel="lightbox" title="Ben & Kelly Photography" img="img" class="border"><img src="images/bk.jpg" alt="Ben & Kelly Photography" class="border" /></a></p> <p> <a href="images/bk1-lg.jpg" rel="lightbox" title="Ben & Kelly Photography" img="img" class="border"><img src="images/bk1.jpg" alt="Ben & Kelly Photography" class="border" /></a></p> <p> <a href="images/bk2-lg.jpg" rel="lightbox" title="Ben & Kelly Photography" img="img" class="border"><img src="images/bk2.jpg" alt="Ben & Kelly Photography" class="border" /></a></p> <p> <a href="images/bk3-lg.jpg" rel="lightbox" title="Ben & Kelly Photography" img="img" class="border"><img src="images/bk3.jpg" alt="Ben & Kelly Photography" class="border" /></a></p> <p> <a href="images/bk4-lg.jpg" rel="lightbox" title="Ben & Kelly Photography" img="img" class="border"><img src="images/bk4.jpg" alt="Ben & Kelly Photography" class="border" /></a></p> <p> <a href="images/bk5-lg.jpg" rel="lightbox" title="Ben & Kelly Photography" img="img" class="border"><img src="images/bk5.jpg" alt="Ben & Kelly Photography" class="border" /></a></p> <p> <a href="images/bk6-lg.jpg" rel="lightbox" title="Ben & Kelly Photography" img="img" class="border"><img src="images/bk6.jpg" alt="Ben & Kelly Photography" class="border" /></a></p> <p> <a href="images/bk7-lg.jpg" rel="lightbox" title="Ben & Kelly Photography" img="img" class="border"><img src="images/bk7.jpg" alt="Ben & Kelly Photography" class="border" /></a></p> <p> <a href="images/bk8-lg.jpg" rel="lightbox" title="Ben & Kelly Photography" img="img" class="border"><img src="images/bk8.jpg" alt="Ben & Kelly Photography" class="border" /></a></p> <p> <a href="images/bk9-lg.jpg" rel="lightbox" title="Ben & Kelly Photography" img="img" class="border"><img src="images/bk9.jpg" alt="Ben & Kelly Photography" class="border" /></a></p> </div> </div> </div> </div> <?php if (file_exists($DOCUMENT_ROOT."/includes/footer_photographers.php")) { include_once($DOCUMENT_ROOT."/includes/footer_photographers.php"); } else { header("location: /error.php"); } ?>