관리-도구
편집 파일: cake_tasting.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">Cake Tastings</h1> <div class="homebox"> <table class="vendors"> <tr> <td><p><a href="http://www.finestweddingsites.com/vendors/caterers_roberts.php"><br /> </a><a href="../vendors/cakes_designer_cakes_by_april.php">Designer Cakes by April </a><br /> Cake tastings by appointment. <br /> </p> <p><a href="http://www.finestweddingsites.com/vendors/cakes_pieceofcake.php"><u>Piece of Cake Desserts</u></a><br /> Wedding Cake Sampling every weekend by appointment only.<br /> </p> </td> </tr> </table> </div> <p> </p> </div> </div> <? if (file_exists($DOCUMENT_ROOT."/includes/footer_reception1.php")) { include_once($DOCUMENT_ROOT."/includes/footer_reception1.php"); } else { header("location: /error.php"); } ?>