관리-도구
편집 파일: photographers_artisan.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"> <a href="http://www.ArtisanPhotography.com" target="_blank"><img src="../images/banners/artisan-photography.jpg" width="700" height="110" border="1" /></a> </div> <div id="wrapper"> <div id="content"> <h1 class="title">Arizona Wedding Photographers</h1> <div id="vendors_listings"> <div class="vendor-left"> <h2>Artisan Photography</h2> <p><span class="vendor_phone">Phone: 480-659-2468</span> <br /><a class="vendor_website" href="http://www.ArtisanPhotography.com" target="_blank"><strong>www.ArtisanPhotography.com</strong></a></p> <p>This award winning husband and wife team has been specializing in wedding photography for six years. With their extenxive background in portait and landscape photography, Artisan Photography can provide you with amazing, artistic images that you will treasure for a lifetime. Greg and Andrea Reeves were each named <em><strong>One of the Top 10 Photographers</strong></em> by the <em>Arizona Professional Photographer's Association</em>.</p> <p>"Our philosophy for the wedding day is to take beautiful, extraordinary images but, at the same time help to make your day as fun as possible. Our photos are important but, having a great wedding day is equally important and we make sure that both of them happen."</p> <p><strong>Awards for 2007</strong></p> <ul class="normaltext"> <li>Winners of the 2007 Kodak Gallery Award</li><br /> <li>Accolade of Excellence at 2007 Wedding and Portrait Photographer International Competition</li><br /> <li>1st Place 2007 Arizona Professional Photographer's Association - Best Wedding Photo</li><br /> <li>2nd Place 2007 Arizona Professional Photographer's Associztion - Best Wedding Album</li><br /> </ul> <p><input type=button value="Back" onClick="history.go(-1)"></p> </div> <div class="vendor-right"> <p><img class="border" src="/vendors/images/artisan01.jpg" /></p> <p><img class="border" src="/vendors/images/artisan02.jpg" /></p> <p><img class="border" src="/vendors/images/artisan03.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"); } ?>