관리-도구
편집 파일: elopements.php
<? include_once('../includes/root.php'); include_once($DOCUMENT_ROOT.'/includes/constants.php'); $page_title = COMPANY_NAME." : Arizona Wedding Elopement| 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 Elopement</h1> <div id="vendors_listings"> <div class="pic"><a href="/vendors/elopements_luna_vista.php"><img src= "/vendors/images/luna_vista_th.jpg" alt="Luna Vista Bed and Breakfast"></a><ul> <li class="title">Luna Vista Bed and Breakfast</li> <li class="button"><a href="/vendors/elopements_luna_vista.php">More Info » </a></li> </ul></div> </div> </div> </div> <? if (file_exists($DOCUMENT_ROOT."/includes/footer_guest.php")) { include_once($DOCUMENT_ROOT."/includes/footer_guest.php"); } else { header("location: /error.php"); } ?>