관리-도구
편집 파일: b_consulting_ashley_gain.php
<?php include_once('../includes/root.php'); include_once($DOCUMENT_ROOT.'/includes/constants-planner.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"); } ?> <style type="text/css"> <!-- .style1 { font-size: 16px; font-style: italic; font-weight: bold; } --> </style> <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 Planners & Event Design</h1> <div id="vendors_listings"> <div class="vendor-left"> <h2>Ashley Gain <br /> Wedding & Events </h2> <p><span class="vendor_phone">Phone: 480-544-0999</span><br /> <a class="vendor_website" href="http://www.ashleygain.com" target="_blank"><strong>www.AshleyGain.com </strong></a><br /> </p> <p><span class="style1">Welcome to the wedding of your dreams</span><br /> <br /> My boutique management style will take you from inspiration to the realization of each and every detail of your day, while all the while focusing on you. I understand the stress that comes from planning an event and take pride in knowing with me you will be confident that even the smallest of details will be coordinated to perfection with class, professionalism and a true compassion for the client.<br /> <br /> Let’s put your dreams together on paper and then let’s make them come to life. Nothing can compare to the day you get married, and I am looking forward to being a part of yours. Thank you for your interest in me! </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/ag5.jpg" alt="Ashley Gain" class="border" /></p> <p><img src="/vendors/images/ag6.jpg" alt="Ashley Gain" class="border" /></p> <p><img src="/vendors/images/ag7.jpg" alt="Ashley Gain" class="border" /></p> <p><img src="/vendors/images/ag0.jpg" alt="Ashley Gain" class="border" /></p> <p><img src="/vendors/images/ag1.jpg" alt="Ashley Gain" class="border" /></p> <p><img src="/vendors/images/ag3.jpg" alt="Ashley Gain" class="border" /></p> <p><img src="/vendors/images/ag4.jpg" alt="Ashley Gain" class="border" /></p> </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"); } ?>