관리-도구
편집 파일: photographers_moments.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>Moments in Film Photography</h2> <p><span class="vendor_phone">Phone: 602-550-2574</span> <br /><a class="vendor_website" href="http://www.momentsinfilm.com" target="_blank"><strong>www.momentsinfilm.com</strong></a></p> <p>Moments in Film Photography is a family run company which makes our work very rewarding. We LOVE what we do!</p> <p>Your celebration is the focus of attention and we pride ourselves on being unobtrusive. Two photographers guarantees more creativity, more shots of Aunt Helen's tears of joy, kids playing, more kisses and all the other things that make weddings incredibly magical events. We are observers by nature. Unlike most, we don't go out of the way to create pictures. We allow the dynamic of the day tell your story and only encourage when there is potential for greatness. New ideas and special requests are always welcome.</p> <p>We look forward to your wedding and capturing memories that will last a lifetime.</p> </p> <p><input type=button value="Back" onClick="history.go(-1)"></p> </div> <div class="vendor-right"> <p><img class="border" src="/vendors/images/moments_photography_01.jpg" /></p> <p><img class="border" src="/vendors/images/moments_photography_02.jpg" /></p> <p><img class="border" src="/vendors/images/moments_photography_03.jpg" /></p> <p><img class="border" src="/vendors/images/moments_photography_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"); } ?>