관리-도구
편집 파일: clergy.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 class="boxalt"> <h3></h3> <div class="boxcontent"> <table class="vendors"> <tr> <td rowspan="3" class="photo"><a href="/vendors/clergy_larry_james.php"><img src= "/vendors/images/larry_james_th.jpg" alt="Larry James"></a></td> <td class="title"><h2>Larry James</h2></td> <td class="text-right">480-998-9411</td> </tr> <tr> <td colspan="2"><p>Larry James performs the most "romantic" wedding ceremony you will find anywhere! Promise! If you are looking for a customized, "romantic" wedding ceremony with some refreshing words that will capture the attention of your guests; one that is truly different from the ordinary, traditional wedding ceremony, you've come to the right place.</p> <br /> <p><a href="/vendors/clergy_larry_james.php"><img src="/images/bt_more_info.jpg" alt="more info" width="119" height="29" /></a></p> </td> </tr> </table> </div> <div class="boxbottom"></div> </div> <div class="boxalt"> <h3></h3> <div class="boxcontent"> <table class="vendors"> <tr> <td rowspan="3" class="photo"><a href="/vendors/clergy_mike_kennedy.php"><img src= "/vendors/images/mike-kennedy2-th.jpg" alt="Mike Kennedy" /></a></td> <td class="title"><h2>Mike Kennedy</h2></td> <td class="text-right"> </td> </tr> <tr> <td colspan="2"><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.</p> <br /> <p><a href="/vendors/clergy_mike_kennedy.php"><img src="/images/bt_more_info.jpg" alt="more info" width="119" height="29" /></a></p></td> </tr> </table> </div> <div class="boxbottom"></div> </div> </div> </div> </div> <?php if (file_exists($DOCUMENT_ROOT."/includes/footer_clergy1.php")) { include_once($DOCUMENT_ROOT."/includes/footer_clergy1.php"); } else { header("location: /error.php"); } ?>