관리-도구
편집 파일: photographers_desert_ridge_photography.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>Desert Ridge Photography</h2> <p><span class="vendor_phone">Phone: </span>602-739-7060 <br /> <a class="vendor_website" href="http://www.desertridgephotography.com" target="_blank"><strong>www.desertridgephotography.com </strong></a></p> <p>I love what I do: hearing the shutter click and knowing I got the shot, freezing reality for a split second; immortalizing a moment in time that can never be replaced. I capture the moments that you savor for the rest of your life.</p> <p>Are we a good fit? My brides are real people celebrating their love, their families and their hopes and dreams. They go with the flow and laugh with their future husband because his shirt sleeves are held together with safety pins instead of cuff links, because his cuff links are sitting on the dresser at home. Their wedding day is focused on their love and nothing distracts from that. I love my couples because we’re so very similar.</p> <p>Encapsulated in your day are all my hopes and dreams for my own daughter and I capture what I would want to see at her wedding. I want images that transcend photography and remind us of our family and the love we share. I want images that capture the excitement, joy and tears celebrating a new family member. I want images that remind my daughter of how much I cherish her and I want them to remind her of my parents, who will not be with us for much longer. I want images that she will give to her children and that they will in turn give to their children. I want those images to tell a story of love that every parent hopes his son or daughter will experience one day. </p> <p><strong>Articles by Desert Ridge Photography</strong><strong><br /> </strong><a href="http://www.finestweddingsites.com/articles/desert-ridge.php">Consider a "First Look"</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> <p><img src="/vendors/images/desert_ridge_photography.jpg" alt="Desert Ridge Photography" class="border" /></p> <p><img src="/vendors/images/desert_ridge_photography1.jpg" alt="Desert Ridge Photography" class="border" /></p> <p><img src="/vendors/images/desert_ridge_photography2.jpg" alt="Desert Ridge Photography" class="border" /></p> <p><img src="/vendors/images/desert_ridge_photography3.jpg" alt="Desert Ridge Photography" class="border" /></p> <p><img src="/vendors/images/desert_ridge_photography4.jpg" alt="Desert Ridge Photography" class="border" /></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"); } ?>