관리-도구
편집 파일: bridal-shows.php
<? include_once('../includes/root.php'); include_once($DOCUMENT_ROOT.'/includes/constants.php'); $page_title = COMPANY_NAME." : Arizona Wedding News | Arizona Wedding Vendors | AZ Wedding Sites | Home"; if (file_exists($DOCUMENT_ROOT."/includes/header.php")) { include_once($DOCUMENT_ROOT."/includes/header.php"); } else { header("location: /error.php"); } ?><div id="content"> <h1 class="title">Bridal Shows</h1> <div class="homebox"> <table width="100%" class="vendors"> <tr> <td><table width="100%" border="0" cellspacing="5" cellpadding="5"> <tr> <td width="179"> </td> <td width="681">Check back for more great Bridal Shows!</td> </tr></table> </table> </div> </div> </div> <? if (file_exists($DOCUMENT_ROOT."/includes/footer_reception1.php")) { include_once($DOCUMENT_ROOT."/includes/footer_reception1.php"); } else { header("location: /error.php"); } ?>