관리-도구
편집 파일: health.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">Wedding Hair & Makeup</h1> <p class="title">Your wedding day is going to be one of the most memorable days of your life. You want to look and feel beautiful, find your wedding hair stylist and makeup artist. </p> <div id="vendors_listings2"> <div class="pic"><a href="/vendors/health_babydoll.php"><img src= "images/babydoll-th.jpg" alt="Babydoll Weddings Hair & Makeup" border="0" /></a> <ul> <li class="title">Babydoll Weddings Hair & Makeup</li> <li class="button"><a href="/vendors/health_babydoll.php">More Info » </a></li> </ul> </div> </div> <div id="vendors_listings"> <div class="pic"><a href="/vendors/health_rolfs_salon.php"><img src= "/vendors/images/rolfs-salon-th.jpg" alt="Rolf's Salon" border="0" /></a> <ul> <li class="title">Rolfs Salon</li> <li class="button"><a href="/vendors/health_rolfs_salon.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"); } ?>