관리-도구
편집 파일: b_shows_bfd.php
<? include_once('../includes/root.php'); include_once($DOCUMENT_ROOT.'/includes/constants.php'); $page_title = COMPANY_NAME." : Arizona Bridal Shows | Arizona Wedding Vendors | AZ Wedding Sites | Home"; $scroller = SCROLLER_CATERERS.""; 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 Bridal Shows</h1> <div id="vendors_listings"> <div class="vendor-left"> <h2>Bridal Fashion Debut</h2> <p><span class="vendor_phone">Phone: 480-860-6692</span> <br /><a class="vendor_website" href="http://www.arizonabridalshow.com" target="_blank"><strong>www.arizonabridalshow.com</strong></a></p> <p> <ul class="normal"> <li>A bridal gown given away every hour!</li> <li>Taste and compare wedding cakes and catering.</li> <li>Buy one ticket, get one FREE by ordering online now.</li> <li>No waiting in line on show day!</li> </ul> </p> <p><input type=button value="Back" onClick="history.go(-1)"></p> </div> <div class="vendor-right"> <p><img class="border" src="/vendors/images/bfd_01.jpg" /></p> </div> </div> </div> </div> <? if (file_exists($DOCUMENT_ROOT."/includes/footer_shows.php")) { include_once($DOCUMENT_ROOT."/includes/footer_shows.php"); } else { header("location: /error.php"); } ?>