관리-도구
편집 파일: apache_junction.php
<?php include_once('../includes/root.php'); include_once($DOCUMENT_ROOT.'/includes/constants.php'); $page_title = COMPANY_NAME." : Apache Junction Wedding Venues | Apache Junction Reception Venues | Weddings in Apache Junction Arizona | Apache Junction Wedding Vendors"; if (file_exists($DOCUMENT_ROOT."/includes/header_vendors.php")) { include_once($DOCUMENT_ROOT."/includes/header_vendors.php"); } else { header("location: /error.php"); } ?> <div id="topbanner"> </div> <div id="wrapper"> <div id="content"> <div align="center"></div> <h1 class="title">Apache Junction Wedding Venues</h1> <p class="title img_center"><a href="apache_junction_paseo.php"><img src="images/paseo-br4.jpg" alt="The Paseo" width="571" height="190" border="0" /></a></p> <div id="vendors_listings"> <p class="title">Apache Junction wedding venues are nestled in the shadows of the Superstition Mountains,with plenty of views and desert scenery, this may be wedding site of your dreams! </p> <p class="title"> <?php @include('../includes/contact-me-email.php'); ?> </p> <div class="pic"><a href="/reception/apache_junction_paseo.php"><img src= "/reception/images/paseo-th.jpg" alt="The Paseo" /></a> <ul> <li class="title">The Paseo</li> <li class="button"><a href="/reception/apache_junction_paseo.php">More Info » </a></li> </ul> </div> <div><p align="center"><br /> </p> <?php @include('../includes/search.php'); ?> </li> </ul> </div> </div> </div> </div> <?php if (file_exists($DOCUMENT_ROOT."/includes/footer_reception-contest-only.php")) { include_once($DOCUMENT_ROOT."/includes/footer_reception-contest-only.php"); } else { header("location: /error.php"); } ?>