관리-도구
편집 파일: gold-canyon.php
<?php include_once('../includes/root.php'); include_once($DOCUMENT_ROOT.'/includes/constants.php'); $page_title = COMPANY_NAME." : Mesa Arizona Wedding Reception Sites | Arizona Wedding Vendors | AZ Wedding Sites | Home"; $scroller = SCROLLER_MESA.""; 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"> <script type="text/javascript">//new pausescroller(name_of_message_array, CSS_ID, CSS_classname, pause_in_miliseconds) new pausescroller(pausecontent, "pscrollermesa", "someclass", 3000) </script> </div> <div id="wrapper"> <div id="content"> <div align="center"></div> <h1 class="title">Gold Canyon Wedding Venues</h1> <div id="vendors_listings"> <p class="title">Gold Canyon wedding venues have the majestic Superstition Mountains as a backdrop to your wedding. Gold Canyon is located in the beautiful East Valley of metro Phoenix, where the views are worth driving for! Of all the places to get married in Arizona, this one is solid gold!</p> <p class="title"> <?php @include('../includes/contact-me-email.php'); ?> </p> <div class="pic"><a href="/reception/mesa_theview.php"><img src= "/reception/images/the-view-th.jpg" alt="The Views at Superstition"></a> <ul> <li class="title">The Views at Superstition</li> <li class="button"><a href="/reception/mesa_theview.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"); } ?>