관리-도구
편집 파일: credits.php
<? include_once($DOCUMENT_ROOT.'/includes/constants.php'); $page_title = COMPANY_NAME." : Arizona Wedding Reception Sites | 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>Credits</h1> <p>Top page couple photograph - <a href="http://www.collingphoto.com" target="_blank">Colling Photography</a></p> <p>Current issue cover photograph - <a href="http://www.dediosphotography.com/" target="_blank">David De Dios</a></p> <p></p> </div> </div> <? if (file_exists($DOCUMENT_ROOT."/includes/footer.php")) { include_once($DOCUMENT_ROOT."/includes/footer.php"); } else { header("location: /error.php"); } ?>