관리-도구
편집 파일: photographers_itsuphoto.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>It's U Photo</h2> <p><span class="vendor_phone">Phone: 602-866-8328</span> <br /><a class="vendor_website" href="http://www.ItsUPhoto.com" target="_blank"><strong>www.ItsUPhoto.com</strong></a></p> <p>Its U Photography specializes in creating beautiful images for your enjoyment in the years to come.</p> <p>You will be provided with personalized service from our first consultation, to the presentation of your finished portraits. Our reputation is built on capturing beautiful photographs unique to your event so you will always remember the fun, and the excitement of your special day.</p> <p>You are invited to schedule an appointment with me to discuss your thoughts and ideas so your special day will be captured as a "timeless story" in portraits. </p> <p><input type=button value="Back" onClick="history.go(-1)"></p> </div> <div class="vendor-right"> <p><img class="border" src="/vendors/images/itsuphoto_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"); } ?>