관리-도구
편집 파일: 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 colspan="2"> </td> </tr> <tr> <td width="22%" valign="middle"><a href="http://www.phoenixbridalshow.com" target="_blank"><img src="images/phx-bridal-show.JPG" alt="Arizona Bridal Show" width="179" height="71" title="Phoenix Bridal Show"/></a></td> <td width="78%" valign="top"><p><a href="http://www.phoenixbridalshow.com" target="_blank">Phoenix Bridal Show </a><br> February 25th, 2018<br> 10:00am - 3:00pm <br> Chateau Luxe<br> 1175 E Lone Cactus Drive <br> Phoenix, AZ 85024 </p> <p>» <a href="http://www.phoenixbridalshow.com" target="_blank">view more information</a></p></td> </tr> <tr> <td colspan="2"><hr></td> </tr> <tr> <td colspan="2"> </td> </tr> <tr> <td width="22%" valign="middle"><a href="http://arizonabridalshow.com" target="_blank"><img src="images/az-bridal-show.jpg" width="180" height="64" alt=""/></a></td> <td width="78%" valign="top"><p><a href="http://arizonabridalshow.com" target="_blank">Arizona Bridal Show</a><br> June 10th, 2018<br> 9:00am - 3:00pm <br> Phoenix Convention Center<br> Center South Building<br> 33 S. 3rd Street<br> Phoenix, AZ 85004</p></td> </tr> <tr> <td colspan="2"><hr></td> </tr> <tr> <td colspan="2"> </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"); } ?>