관리-도구
편집 파일: honeymoons.php
<?php include_once('../includes/root.php'); include_once($DOCUMENT_ROOT.'/includes/constants.php'); $page_title = COMPANY_NAME." : Arizona Wedding Honeymoons | 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">Honeymoons and Destination Weddings</h1> <div class="boxalt"> <h3></h3> <div class="boxcontent"> <table class="vendors"> <tr> <td width="76" rowspan="3" class="photo"><a href="/vendors/honeymoons_awaken.php"><img src= "images/awaken-th.jpg" alt="All About Honeymoons"></a></td> <td width="530" class="title"><h2>Awaken Travels</h2></td> <td width="281" class="text-right"><span class="vendor_phone">541-944-0563</span></td> </tr> <tr> <td colspan="2"><p>Celebrating your love is an essential part of a wedding. Whether you are looking for a destination wedding, eloping, or planning your honeymoon, make sure you take time to celebrate each other.</p> <br /> <p><a href="/vendors/honeymoons_awaken.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 id="vendors_listings"> </div> </div> </div> <?php if (file_exists($DOCUMENT_ROOT."/includes/footer_destinations.php")) { include_once($DOCUMENT_ROOT."/includes/footer_destinations.php"); } else { header("location: /error.php"); } ?>