관리-도구
편집 파일: photographers_michelle_allen.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>Michelle Allen Photography</h2> <p><span class="vendor_phone">Phone: 480-203-1090</span> <br /><a class="vendor_website" href="http://www.michelleallenphotography.com" target="_blank"><strong>www.michelleallenphotography.com</strong></a></p> <p><strong>A Lifetime of Memories</strong></p> <p>"You've captured our special day that will bless us for a lifetime!"</p> <p>Those are the words of a bride that used Michelle Allen Photography. Experience the distinctive style of Michelle Allen Photography...from dramatic black and white photos to stunning color silhouettes, Michelle Allen Photography can capture a lifetime of memories for the bride and groom on their special day. As one bride said: "You made me look exactly how I felt on my wedding day: beautiful!"</p> <p><input type=button value="Back" onClick="history.go(-1)"></p> </div> <div class="vendor-right"> <p><img class="border" src="/vendors/images/michelle_allen_01.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"); } ?>