관리-도구
편집 파일: b_consulting_sacred.php
<? include_once('../includes/root.php'); include_once($DOCUMENT_ROOT.'/includes/constants-planner.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>Sacred Moment Weddings</h2> <p><span class="vendor_phone">Phone: 602-692-6289</span> <br /><a class="vendor_website" href="http://www.sacredmomentweddings.com" target="_blank"><strong>www.sacredmomentweddings.com</strong></a></p> <p>Sacred Moment Weddings is a full-service, wedding and event planning company, offering professional planning and production services in the Phoenix area. Our staff and vendor partners have a wealth of wedding and event planning experience. They are hand picked by our management staff and are all professionally trained and certified. We have worked with some of the best in the business so we know you'll be more than satisfied with our recommendations.</p> <p>The girls on the team love falling in love over and over again with each couple they work with. Our pricing fits many different budgets...from "Day of" to "Full Production" services.</p> <p>If you let us handle the details, you can relax and be the guest of honor at your wedding or event. We'll pamper and celebrate you for reaching those sacred milestones...so let Sacred Moment Weddings show you how much fun your wedding or event planning can be!</p> <p><input type=button value="Back" onClick="history.go(-1)"></p> </div> <div class="vendor-right"> <p><img class="border" src="/vendors/images/sacred_moment01.jpg" /></p> <p><img class="border" src="/vendors/images/sacred_moment02.jpg" /></p> <p><img class="border" src="/vendors/images/sacred_moment03.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"); } ?>