관리-도구
편집 파일: b_consulting_butterfly.php
<? include_once('../includes/root.php'); include_once($DOCUMENT_ROOT.'/includes/constants.php'); $page_title = COMPANY_NAME." : Arizona Bridal Consulting | Arizona Wedding Vendors | AZ Wedding Sites | Home"; $scroller = SCROLLER_CONSULTANTS.""; 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, "pscrollerconsulting", "someclass", 3000) </script> </div> <div id="wrapper"> <div id="content"> <h1 class="title">Arizona Bridal Consulting</h1> <div id="vendors_listings"> <div class="vendor-left"> <h2>Butterfly Events</h2> <p><span class="vendor_phone">Phone: 602-332-5889</span> <br /><a class="vendor_website" href="http://www.butterflyeventsonline.com/" target="_blank"><strong>www.www.butterflyeventsonline.com</strong></a></p> <p>As beautiful as a butterfly, Butterfly Events create events that are so unique you'll never forget them.</p> <p>Spread your wings and fly with our service. We provide excellent guidance on every aspect of planning your wedding.</p> <p>We work with the top line hotels, such as the Sheraton, Radisson, Park Plaza and others. It's not just that every event we plan is unforgettable, it's that we can allow you to be the center of your beautiful day. Make your fantasy wedding come true. For an appointment, please call (602) 332-5889.</p> <p><input type=button value="Back" onClick="history.go(-1)"></p> </div> <div class="vendor-right"> <p><img class="border" src="/vendors/images/butterfly_events_logo.jpg" /></p> <p><img class="border" src="/vendors/images/butterfly_events_03.jpg" /></p> <p><img class="border" src="/vendors/images/butterfly_events_04.jpg" /></p> <p><img class="border" src="/vendors/images/butterfly_events_05.jpg" /></p> </div> </div> </div> </div> <? if (file_exists($DOCUMENT_ROOT."/includes/footer_consulting.php")) { include_once($DOCUMENT_ROOT."/includes/footer_consulting.php"); } else { header("location: /error.php"); } ?>