관리-도구
편집 파일: floral_absolutely_flowers.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>Absolutely Fabulous Flowers</h2> <p><span class="vendor_phone">Phone: 480-922-4115</span> <br /><a class="vendor_website" href="http://www.absolutelyfabflowers.com" target="_blank"><strong>www.absolutelyfabflowers.com</strong></a></p> <p><strong>Absolutely Fabulous Flowers</strong> is a couture floral and event design company that will completely attend to all the details of your special occasion. Whether you are hosting a small intimate gathering, a fairy tale wedding or a large scale corporate event, we will make your affair a fabulous celebration to remember.</p> <p><strong>Dream</strong> <br />Through a discovery process and exchange of ideas together we can create your own personal style and turn your event into a spectacular gala.</p> <p><strong>Design</strong> <br />Our staff at Absolutely Fabulous Flowers includes a special combination of professionals of floral and interior designers. Our expertise can provide you with a coordinated customized event.</p> <p><strong>Absolutely Fabulous Flowers</strong> believes that our attention to details is the secret to your success.</p> <p><strong>Develop</strong> <br />We can make it happen.</p> <p><input type=button value="Back" onClick="history.go(-1)"></p> </div> <div class="vendor-right"> <p><img class="border" src="/vendors/images/absolutely_flowers_01.jpg" /></p> <p><img class="border" src="/vendors/images/absolutely_flowers_02.jpg" /></p> <p><img class="border" src="/vendors/images/absolutely_flowers_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"); } ?>