관리-도구
편집 파일: b_consulting_dreamers_events.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"); } ?> <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>Dreamers Event Planners </h2> <p><span class="vendor_phone">Phone: 602-424-5722 </span><br /> <a class="vendor_website" href="http://www.dreamerseventplanners.com" target="_blank"><strong>www.dreamerseventplanners.com</strong></a><br /> </p> <p>I have 15 years of event planning experience, and found that weddings are my true passion. I saw my friends struggle by not hiring a professional wedding planner, the long hours of researching for the perfect wedding site and choosing vendors that they could trust. It always made me shake my head and giggle that the comment they used the most was, “I should have hired a wedding coordinator instead of relying on all the details myself and my family, but they are so expensive.” I asked them if they checked out a few, the answer was always no. So I started Dreamers Event Planners to offer affordable planning assistance, to eliminate some of the stress of the research and to help the couples, their family and friends relax and enjoy the festivities, while I handled all the stressful details behind the scenes. </p> <p><strong>See our Real Weddings <br /> </strong><a href="../weddings/weddings-kimberleesteve.php">Kimberlee & Steve</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 src="/vendors/images/dep-1.jpg" alt="Dreamers Event Planners" class="border" /></p> <p><img src="/vendors/images/dep-2.jpg" alt="Dreamers Event Planners" class="border" /></p> <p><img src="/vendors/images/dep-3.jpg" alt="Dreamers Event Planners" class="border" /></p> </div> </div> </div> </div> <? if (file_exists($DOCUMENT_ROOT."/includes/footer_floral.php")) { include_once($DOCUMENT_ROOT."/includes/footer_floral.php"); } else { header("location: /error.php"); } ?>