관리-도구
편집 파일: b_shows_bme.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 Bridal Mitzvah Expo</h2> <p><span class="vendor_phone">Phone: 480-483-7121 x1206</span> <br /><a class="vendor_website" href="http://www.vosjcc.org/Portals/3/documents/bridalflyer607.pdf" target="_blank"><strong>www.vosjcc.org</strong></a></p> <p>Free admission and raffle prizes are two good reasons to come. Proceeds benefit the youth scholarship fund at the VOSJCC.</p> <p>Stroll up and down the hallways and visit vendors that can help you plan the wedding of your dreams. We wil offer services such as photography, wedding venues, catering, videography, honeymoon destinations, accessories, bridal gowns, tuxedos, and much more. Our vendors will help make your wedding beautiful. Listen to music from DJ's and help design the perfect centerpiece. We will have raffles, prizes and help make the stressful planning process run as smoothly as possible.</p> <p><input type=button value="Back" onClick="history.go(-1)"></p> </div> <div class="vendor-right"> <p><img class="border" src="/vendors/images/bme_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"); } ?>