관리-도구
편집 파일: meanttobe.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>Meant2Be Events</h2> <p><span class="vendor_phone">Phone: 602-326-6957</span> <br /><a class="vendor_website" href="http://www.meant2beevents.com/" target="_blank"><strong>www.meant2beevents.com</strong></a></p> <p>At Meant2Be Events, the philosophy is simple.</p><p> Your wedding day is the celebration of everything you are as individuals- your dreams, your passions and your experiences with everything you will now become - together! </p><p> As one of Arizona's Premier Creative Event Planners, we create weddings and other social events that are tailored to our client's unique tastes and are executed with exquisite style. When you entrust the details of your most important day to us, we understand that your comfort and confidence are a priority. </p><p> Meant2Be Events maintains relationships with a wide range of vendors to secure the best in the business for our clients in all price points. We ensure that the wedding day runs smoothly, covering every detail. </p><p> We believe that a seamless event that will leave you and your guests inspired is a must, not a luxury. </p><p> Hopefully we will be working soon on creating your most important day! </p> <p><input type=button value="Back" onClick="history.go(-1)"></p> </div> <div class="vendor-right"> <p><img class="border" src="/vendors/images/regina_osgood1.jpg" /></p> <p><img class="border" src="/vendors/images/regina_osgood3.jpg" /></p> <p><img class="border" src="/vendors/images/regina_osgood2.jpg" /></p> <p><img class="border" src="/vendors/images/regina_osgood4.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"); } ?>