관리-도구
편집 파일: photographers_absolute.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>Absolute Photography</h2> <p><span class="vendor_phone">Phone: 480-306-7278</span> <br /><a class="vendor_website" href="http://www.aabsolutephoto.com" target="_blank"><strong>www.aabsolutephoto.com</strong></a></p> <p>Absolute wedding photographers capture the priceless moments of your special day & make those moments last forever! (Your family & friends, the romance, passion & magic that happens on this wonderful day!)</p> <p>Our Photographers tell the story, which is a combination of unique photojournalism and traditional wedding coverage! These candid techniques capture the emotion & energy of your wedding! Absolute wedding photographers are extremely passionate & professional, when it comes to that special day of your lives!</p> <p>Our prices are extremely reasonable with the professional high quality photos that you would expect for your wedding! Please click on the website above for wedding prices & packages! Thank you!</p> <p><input type=button value="Back" onClick="history.go(-1)"></p> </div> <div class="vendor-right"> <p><img class="border" src="/vendors/images/absolute_photography_01.jpg" /></p> <p><img class="border" src="/vendors/images/absolute_photography_02.jpg" /></p> <p><img class="border" src="/vendors/images/absolute_photography_03.jpg" /></p> <p><img class="border" src="/vendors/images/absolute_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"); } ?>