관리-도구
편집 파일: events.php
<? include_once($DOCUMENT_ROOT.'/includes/constants.php'); $page_title = COMPANY_NAME." : Upcoming Wedding Events"; if (file_exists($DOCUMENT_ROOT."/includes/header.php")) { include_once($DOCUMENT_ROOT."/includes/header.php"); } else { header("location: /error.php"); } ?> <style type="text/css"> <!-- .style1 {font-size: 10px} --> </style> <div id="content"> <h1>Upcoming Wedding Events</h1> <div class="eventsbox"> <h2>East Valley Bridal Show</h2> <p><strong>When:</strong> March 28, 2010 at 10:00am - 4:00pm<br /> <strong>Where:</strong> Mesa Convention Center <br /> <strong>Phone:</strong> 602.866.2222</p> <p> <img style="float: right; padding: 3px 13px 5px 3px;" src="images/evbs.jpg" ;>Come and join us at the East Valley Bridal Show and find everything you need for your wedding all in one place all in one day! With over 100 vendors to choose from such as caterers, photographers, florists, wedding and reception locations, invitations, wedding cakes, djs, linens and so much more! Two bridal fashion shows and discounted wedding gown sale will make your shopping fun! <br /> <br /> <a href="http://www.eastvalleybridalshow.com" target="_blank">www.eastvalleybridalshow.com</a> / 602.725.0845 Our mailing address is: 4802 E Ray Rd #23 Phoenix,AZ 85044 <span class="style1"><br /> Copyright East Valley Bridal Show (C) 2009 *East Valley Bridal Show|* All rights reserved.</span> </p> <h2>Prescott Wedding Walk</h2> <p><strong>When:</strong> April 24th 10 a.m. - 4 p.m. <br /> Scenic Sites Tour - April 25th 11 a.m. - 4 p.m. <br /> <strong>Phone: </strong>928.445.0012 </p> <p>For more information visit <a href="http://www.prescottweddingwalk.com" target="_blank">www.prescottweddingwalk.com</a> </p> <p> </p> </div> </div> </div> <? if (file_exists($DOCUMENT_ROOT."/includes/footer.php")) { include_once($DOCUMENT_ROOT."/includes/footer.php"); } else { header("location: /error.php"); } ?>