관리-도구
편집 파일: photographers_epic.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>Epic Moments Photography</h2> <p><span class="vendor_phone">Phone: 602-531-0129</span> <br /><a class="vendor_website" href="http://www.epicmomentsaz.com" target="_blank"><strong>www.epicmomentsaz.com</strong></a></p> <p>Choosing your photography service is much more than just photography alone. As you consider the many outstanding choices available, have fun and look for images that reflect you and your partner's idea of how you would like to be represented. Also take time reviewing the COMPLETE packages offered as the final products are a large part of what you are paying for, not just a "photo shoot."</p> <p>With a background in photography, publishing and design, Epic will spend the time required to make sure that your photography and products are unique and as special as they should be.</p> <p>Epic Memory Books are not magazines or photo albums with prints inserted into plastic sleeves, they are large format 11"x13" hardcover printed books. Page counts vary depending upon your package selection, but all three of our package levels include this very high quality and custom designed book.</p> <p>Please take a moment to review our website and we look forward to an opportunity to provide you with our services.</p> <p><input type=button value="Back" onClick="history.go(-1)"></p> </div> <div class="vendor-right"> <p><img class="border" src="/vendors/images/epic_logo.jpg" /></p> <p><img class="border" src="/vendors/images/epic_01.jpg" /></p> <p><img class="border" src="/vendors/images/epic_02.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"); } ?>