Campustream 1.0
A social network MQP for WPI
|
00001 <h1>Public Timeline</h1> 00002 00003 <div id="status-timeline-wrap"> 00004 <? foreach($statuses as $status): ?> 00005 <?=View::factory('statuses/_show')->set('status', $status)->render()?> 00006 <? endforeach; ?> 00007 </div>