관리-도구
편집 파일: floral_petalpushers.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 and Event Design</h1> <div id="vendors_listings"> <div class="vendor-left"> <h2>Petal Pusher</h2> <p><span class="vendor_phone">Phone: 623-341-6199</span> <br /><a class="vendor_website" href="http://www.azpetalpusher.com" target="_blank"><strong>www.azpetalpusher.com</strong></a></p> <p>With a background in costume design, I have always had a passion for color, texture and an appreciation for natures gifts. I feel so fortunate to have fallen into floral design and strive to create uniquely designed events for my clients based on their needs and wants. Inspiration for me can come from virtually anywhere from an engaged couple telling me how and where they met, to a printed fabric I noticed while waiting in line. <br />Owner/Designer-Tamara Rowen </p> <p>Petal Pusher Offers the Following Services:</p> <ul class="normal"> <li>Complimentary Consultations</li> <li>Event Design for Social & Corporate Events</li> <li>Event Coordination Including (lighting, table settings, linens & concept design)</li> <li>Daily Deliveries Including (cacti, flowers, candles)</li> <li>Weekly Floral Installation for Residences & Corporate Offices</li> </ul> <p><input type=button value="Back" onClick="history.go(-1)"></p> </div> <div class="vendor-right"> <p><img class="border" src="/vendors/images/petalpushers_01.jpg" /></p> <p><img class="border" src="/vendors/images/petalpushers_02.jpg" /></p> <p><img class="border" src="/vendors/images/petalpushers_03.jpg" /></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"); } ?>