관리-도구
편집 파일: elegant_touchesBU.php
<? include_once('../includes/root.php'); include_once($DOCUMENT_ROOT.'/includes/constants.php'); $page_title = COMPANY_NAME." : Arizona Wedding Transportation | Arizona Wedding Vendors | AZ Wedding Sites"; $scroller = SCROLLER_TRANSPORTATION.""; 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 Elegant Touches</h1> <div id="vendors_listings3"> <div class="pic"><a href="/vendors/elegant_touches_enchanted_carriage_services.php"><img src= "/vendors/images/enchanted_carriage-th.jpg" alt="Enchanted Carriage Service" /></a> <ul> <li class="title">Enchanted Carriage Service</li> <li class="button"><a href="/vendors/elegant_touches_enchanted_carriage_services.php">More Info » </a></li> </ul> </div> </div> <div id="vendors_listings"> <div class="pic"></div> </div> </div> </div> <? if (file_exists($DOCUMENT_ROOT."/includes/footer_transportation.php")) { include_once($DOCUMENT_ROOT."/includes/footer_transportation.php"); } else { header("location: /error.php"); } ?>