관리-도구
편집 파일: 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="12%"><a href="http://www.phoenixbridalshow.com" target="_blank"><img src="images/phx-bridal-show.JPG" alt="Phoenix Bridal Show" width="179" height="71" title="Phoenix Bridal Show"/></a></td> <td width="88%"><p><a href="http://www.phoenixbridalshow.com" target="_blank">Phoenix Bridal Show </a><br> October 29, 2017<br> <br> </p></td> </tr> <tr> <td colspan="2"><hr></td> </tr> <tr> <td><a href="http://arizonabridalshow.com/" target="_blank"><img src="images/az-bridal-show.jpg" alt="Arizona Bridal Show" width="179" height="71" title="Arizona Bridal Show"/></a></td> <td><a href="http://arizonabridalshow.com/" target="_blank">Arizona Bridal Show </a><br> January 6 & 7, 2018<br> Phoenix Convention Center<br> 33 South Third Street, <br> Phoenix, AZ 85004</td> </tr> <tr> <td colspan="2"><hr></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"); } ?>