$phpug->maincontentarea = <<<MCA <div class="two_col left"> <h1>Welcome to the PHP User Group website!</h1> <p> The mission of the PHP user group is to educate and promote the use of the PHP scripting language.</p> <p><strong>Submit a topic for the next meeting!</strong> Send your topics to <a href="http://peoplefinder.unl.edu/?uid=bbieber2" class="text-vcard">Brett</a>. </p> <h2 class="sec_main">Next Meeting Agenda - Date/Time/Location TBD</h2> <h4>Please submit additional topics</h4> <ul> <li>Introductions</li> <li>PHP and AJAX - Liqiang Chen</li> <li> - your topic here - </li> <li>Group discussion - What are you working on now?</li> </ul> <h2 class="sec_main">April 10th Meeting Agenda - CBA 108 7pm</h2> <ul> <li>Introductions</li> <li><a href="http://docs.google.com/Presentation?id=dgtbrg66_118cr853mgs" class="x-office-presentation">PHP5 and the SPL</a> <iframe src='http://docs.google.com/EmbedSlideshow?docid=dgtbrg66_118cr853mgs' frameborder='0' width='410' height='342'></iframe> </li> <li>Case study: Distributing libraries through PEAR Channels (pear.unl.edu)</li> <li> - your topic here - </li> <li>Group discussion - What are you working on now?</li> <li>Administrative discussions - how to publicize, meeting times, etc</li> </ul> </div> <div class="col right" id="upcoming">
Loading calendar data.
</div>
<script type="text/javascript">
//<![CDATA[
var my_calurl = "http://events.unl.edu/phpug/upcoming/?format=hcalendar";
fetchURLInto(my_calurl, 'upcoming', 'Error loading data.');
//]]>
</script> MCA; echo $phpug;