관리-도구
편집 파일: photographers_akphoto.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>AK Photography</h2> <p><span class="vendor_phone">Phone: 602-418-6294</span> <br /><a class="vendor_website" href="http://www.photoak.net/" target="_blank"><strong>www.photoak.net</strong></a></p> <p>Photography is not only my profession but also it is my passion. My 25 years experience in different areas of photography helps me take professional pictures during important occasions, like weddings. My artistic and studio skills guarantee that your pictures will be the best quality, without missing the smallest detail of your wedding ceremony. I do everything myself, starting with picture sessions, corrections, composition, and printings albums. Because I have a full control of the final product I have many happy and satisfied clients.</p> <p><input type=button value="Back" onClick="history.go(-1)"></p> </div> <div class="vendor-right"> <p><img class="border" src="/vendors/images/ak_photo_01.jpg" /></p> <p><img class="border" src="/vendors/images/ak_photo_02.jpg" /></p> <p><img class="border" src="/vendors/images/ak_photo_03.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"); } ?>