관리-도구
편집 파일: clergy_mike_kennedy.php
<?php include_once('../includes/root.php'); include_once($DOCUMENT_ROOT.'/includes/constants.php'); $page_title = COMPANY_NAME." : Arizona Wedding Clergy and Ministers | Arizona Wedding Vendors | AZ Wedding Sites | Home"; 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"></div> <div id="wrapper"> <div id="content"> <h1 class="title">Arizona Wedding Clergy and Ministers</h1> <div id="vendors_listings"> <div class="vendor-left"> <h2>Mike Kennedy</h2> <p><a href="mailto:mkennedyweddings@yahoo.com"><strong>mkennedyweddings@yahoo.com</strong></a></p> <p>“Services as Exceptional as the Couples I Marry” Many (many) years ago when my wife and I were looking for someone to perform our marriage ceremony the one quality we both kept coming back to was finding a person we felt comfortable with. I have never lost sight of this when I meet with couples. Every couple needs someone they feel comfortable with that will listen to who they are and deliver a ceremony that reflects their wishes. Celebrate your unique style with elements that leave a lasting impression. My goal is your personal vision. My professional expertise infused with your imagination will ensure a wedding ceremony like no other. I am pleased to offer a variety of ceremony services and unique options to make your wedding an experience that you will remember for a lifetime. </p> <ul class="normal"> <li>Professional in conduct and appearance <br /> (I even match my tie to your colors). </li> <li>Reliable </li> <li>16 years experience </li> <li>Nondenominational </li> <li>Flexible and creative </li> <li>Respected and referred by the finest venues and wedding professional</li> </ul> <p><input type=button value="Back" onClick="history.go(-1)"></p> </div> <div class="vendor-right"> <p><img src="/vendors/images/mike-kennedy1.jpg" alt="Mike Kennedy" class="border" /></p> <p><img src="/vendors/images/mike-kennedy2.jpg" alt="Mike Kennedy" class="border" /></p> <p><img src="/vendors/images/mike-kennedy3.jpg" alt="Mike Kennedy" class="border" /></p> </div> </div> </div> </div> <?php if (file_exists($DOCUMENT_ROOT."/includes/footer_clergy.php")) { include_once($DOCUMENT_ROOT."/includes/footer_clergy.php"); } else { header("location: /error.php"); } ?>