관리-도구
편집 파일: floral_wildchild.php
<?php include_once('../includes/root.php'); include_once($DOCUMENT_ROOT.'/includes/constants.php'); $page_title = COMPANY_NAME." : Arizona Wedding Floral and Event Design | Arizona Wedding Vendors | AZ Wedding Sites | Home"; $scroller = SCROLLER_FLORAL.""; 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, "pscrollerfloral", "someclass", 3000) </script> </div> <div id="wrapper"> <div id="content"> <h1 class="title">Arizona Wedding Floral Design</h1> <div id="vendors_listings"> <div class="vendor-left"> <h2>Wild Child Floral Design</h2> <p><span class="vendor_phone">Phone: 480-968-2619</span> <br /><a class="vendor_website" href="http://www.wildchildfloraldesign.com" target="_blank"><strong>www.wildchildfloraldesign.com</strong></a></p> <p><strong>About Wild Child:</strong> <br /> Owner/Designer Patricia Poto-Eastwood brings with her over 25 years experience in the wedding industry throughout the valley of the sun.</p> <p>Known for her passion and distinctive design touch, Patricia takes pride in personally had selecting her flowers, assuring the highest of qualities. </p> <p><strong>What you can expect from WildChild:</strong> <br />During your private wedding consultation, our experts guide you from beginning to end, helping you sort through a world so lush it can overwhelm! Wild Child will help create the perfect ambiance to capture the magic of your most special day.</p> <p>Artistry/Experience/Style/Passion </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 src="/vendors/images/wild-child-floral1.jpg" alt="Wild Child Floral Design" class="border" /></p> <p><img src="/vendors/images/wild-child-floral2.jpg" alt="Wild Child Floral Design" class="border" /></p> <p><img src="/vendors/images/wild-child-floral3.jpg" alt="Wild Child Floral Design" class="border" /></p> <p><img src="/vendors/images/wild-child-floral4.jpg" alt="Wild Child Floral Design" class="border" /></p> <p><img src="/vendors/images/wild-child-floral5.jpg" alt="Wild Child Floral Design" class="border" /></p> <p><img src="/vendors/images/wild-child-floral6.jpg" alt="Wild Child Floral Design" class="border" /></p> </div> </div> </div> </div></div> <?php if (file_exists($DOCUMENT_ROOT."/includes/footer_floral.php")) { include_once($DOCUMENT_ROOT."/includes/footer_floral.php"); } else { header("location: /error.php"); } ?>