관리-도구
편집 파일: b_shows_pbs.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>The Phoenix Bridal Show</h2> <p><span class="vendor_phone">Phone: 480-874-4718</span> <br /><a class="vendor_website" href="http://www.PhoenixBridalShow.com" target="_blank"><strong>www.PhoenixBridalShow.com</strong></a></p> <p>The valley's top wedding professionals will be on hand ready to assist you with all your planning questions and needs.</p> <p><input type=button value="Back" onClick="history.go(-1)"></p> </div> <div class="vendor-right"> <p><img class="border" src="/vendors/images/pbs_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"); } ?>