관리-도구
편집 파일: jewelry.php
<?php include_once('../includes/root.php'); include_once($DOCUMENT_ROOT.'/includes/constants.php'); $page_title = COMPANY_NAME." : Wedding Hair & Makeup| 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"> <h1 class="title">Arizona Wedding Jewelers</h1> <p class="title">Finding the perfect engagement and wedding rings can be tough! These are just a few examples of Arizona's best jewelers. Find the wedding rings of your dreams. </p> <div id="vendors_listings2"> <div class="pic"><a href="http://www.finestweddingsites.com/vendors/jewelry_gauthier.php"><img src= "images/gauthier-th.jpg" alt="Gauthier Jewelry" border="0" /></a> <ul> <li class="title">Gauthier Jewelry</li> <li class="button"><a href="http://www.finestweddingsites.com/vendors/jewelry_gauthier.php">More Info » </a></li> </ul> </div> </div> </div> </div> </div> <?php if (file_exists($DOCUMENT_ROOT."/includes/footer_health.php")) { include_once($DOCUMENT_ROOT."/includes/footer_health.php"); } else { header("location: /error.php"); } ?>