관리-도구
편집 파일: ahwatukee.php
<?php include_once('../includes/root.php'); include_once($DOCUMENT_ROOT.'/includes/constants.php'); $page_title = COMPANY_NAME." : Ahwatukee Wedding Venues | Ahwatukee Reception Venues | Weddings in Ahwatukee Arizona | Ahwatukee 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">Ahwatukee Wedding Venues</h1> <div id="vendors_listings"> <p class="title">Ahwatukee wedding venues are surrounded by Mountain views and desert vistas. 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/ahwatukee_azgrand.php"title="Phoenix Wedding Venue - Arizona Grand Resort & Spa"><img src= "/reception/images/azgrandth3.jpg" alt="Arizona Grand Resort & Spa" /></a> <ul> <li class="title">Arizona Grand <br> Resort & Spa</li> <li class="button"><a href="/reception/ahwatukee_azgrand.php"title="Phoenix Wedding Venue - Arizona Grand Resort & Spa">More Info » </a></li> </ul> </div> <div><p align="center"><br /> </p> </li> </ul> <?php @include('../includes/search.php'); ?> </div> </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"); } ?>