관리-도구
편집 파일: photographers_segall.php
<?php include_once('../includes/root.php'); include_once($DOCUMENT_ROOT.'/includes/constants-photo.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>Laura Segall Photography</h2> <p><span class="vendor_phone">Phone: 480-718-9372</span> <br /><a class="vendor_website" href="http://www.segallphotography.com" target="_blank"><strong>www.segallphotography.com</strong></a></p> <p>Weddings are a once in a lifetime event and it is a privilege to share that day with the bride and groom. Laura Segall is an award-winning photographer who combines an artistic photojournalistic style with traditional portraiture. Laura's photographic approach allows her to capture the special moments, as well as the style and beauty that make each wedding unique. She works closely with her clients to ensure that they have a final product that will be a life-long family treasure.</p> <p>Laura offers affordable, personalized and high quality images in a wide variety of packages for engagement, bridal and wedding coverage.</p> <p>Laura is available to photograph your wedding in Arizona or any destination.</p> <p><strong>See our Real Weddings <br /> </strong><a href="http://www.finestweddingsites.com/weddings/weddings-britneyshane.php">Britney & Shane</a><br /> <a href="../weddings/weddings-kimberleesteve.php">Kimberlee & Steve</a><br /> <a href="../weddings/weddings-samanthadavid.php">Samantha & David</a><br /> <a href="../weddings/weddings-kellijacob.php">Kelli & Jacob</a> </p> <p><input type=button value="Back" onClick="history.go(-1)"></p> </div> <div class="vendor-right"> <p> <?php @include('../includes/contact-me.php'); ?> </p> <p> <img class="border" src="/vendors/images/segall01.jpg" /></p> <p><img class="border" src="/vendors/images/segall02.jpg" /></p> <p><img class="border" src="/vendors/images/segall03.jpg" /></p> <p><img class="border" src="/vendors/images/segall04-1.jpg" /></p> </div> </div> </div> </div> <?php if (file_exists($DOCUMENT_ROOT."/includes/footer_photographers.php")) { include_once($DOCUMENT_ROOT."/includes/footer_photographers.php"); } else { header("location: /error.php"); } ?>