관리-도구
편집 파일: photographers_tracy.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>Photographic Passion</h2> <p><span class="vendor_phone">Phone: 602-369-5431</span> <br /> <a class="vendor_website" href="http://www.photographicpassion.com" target="_blank"> www.photographicpassion.com</a></p> <p>Wed with Passion. Photographic Passion.<br /> <br /> There are three things a bride needs to look for in a photographer, price point, portfolio, and most importantly personality. Personality is crucial because your photographer will be spending a lot of time with you, especially on your big day.You need someone friendly, organized, confident, and someone that you are comfortable with so that the photos show the true you!<br /> <br /> We are passionate about your wedding, passionate about our work, and passionate for each photograph taken. Serving the valley since 1992, customer service is our top priority. A mixture of photographic styles including artistic, photo-journalistic, traditional, and contemporary, because each bride deserves the stars. Talented with our high end digital camera equipment, and well as with our digital computer editing. Custom packages available to every couple-- please let us know how we can work together. We think of it as an honor to be invited to photograph your wedding, and your special moments!<br /> <br /> Our most recent work can be seen at: <a href="http://www.tracyspassion.blogspot.com" target="_blank">www.tracyspassion.blogspot.com</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/PhotographicPassion1.jpg" alt="Photographic Passion" class="border" /></p> <p><img src="/vendors/images/PhotographicPassion2.jpg" alt="Photographic Passion" class="border" /></p> <p><img src="/vendors/images/PhotographicPassion3.jpg" alt="Photographic Passion" class="border" /></p> <p><img src="/vendors/images/PhotographicPassion4.jpg" alt="Photographic Passion" 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"); } ?>