관리-도구
편집 파일: photographers_sensational_wedding_photography.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"></div> <div id="wrapper"> <div id="content"> <h1 class="title">Arizona Wedding Photographers</h1> <div id="vendors_listings"> <div class="vendor-left"> <h2>Sensational Wedding Photography</h2> <p><span class="vendor_phone">Phone: 480-593-1368 </span> <br /> <a class="vendor_website" href="http://www.sensationalweddingphotography.com" target="_blank"><strong>www.sensationalweddingphotography.com </strong></a></p> <p>Sensational Wedding Photography features Fine Photography and Videography as well as crowd pleasing DJ`S. <br /> <br /> With years of experience and knowledge of capturing the moments of your life on Still Photos or Video and with our DJ`S we make a memorable evening with the special people in your life.<br /> <br /> We are always on the cutting edge to create custom packages to fit your needs and your budget without sacrificing quality please call today 480 593 1368 </p> <p><input type=button value="Back" onClick="history.go(-1)"></p> </div> <div class="vendor-right"> <p><img src="/vendors/images/sensational_wedding_photography_1.jpg" alt="Sensational Wedding Photography" class="border" /></p> <p><img src="/vendors/images/sensational_wedding_photography_3.jpg" alt="Sensational Wedding Photography" class="border" /></p> <p><img src="/vendors/images/sensational_wedding_photography_2.jpg" alt="Sensational Wedding Photography" class="border" /></p> <p><img src="/vendors/images/sensational_wedding_photography_4.jpg" alt="Sensational Wedding Photography" class="border" /></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"); } ?>