관리-도구
편집 파일: surprise.php
<?php include_once('../includes/root.php'); include_once($DOCUMENT_ROOT.'/includes/constants.php'); $page_title = COMPANY_NAME." : Anthem Arizona Wedding Reception Sites | Arizona Wedding Vendors | AZ Wedding Sites | Home"; 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">Surprise Wedding Venues</h1> <p class="title img_center"><img src="../images/banners/hillcrest2.jpg" width="571" height="190" /></p> <div id="vendors_listings"> <p class="title">In the northwest valley of Phoenix lies Surprise, a city offering a breathtaking views and beautiful desert scenery for your wedding and reception venue. Below the backdrop of the White Tank Mountains, Surprise offers serene locations for weddings big and small. </p> <p class="title"> <?php @include('../includes/contact-me-email.php'); ?> </p> <div class="pic"><a href="/reception/surprise_hillcrest_golf_club.php"><img src= "/reception/images/hillcrest_th.jpg" alt="HillCrest Golf Club"></a> <ul> <li class="title">Hillcrest Golf Club</li> <li class="button"><a href="/reception/surprise_hillcrest_golf_club.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"); } ?>