Campustream 1.0
A social network MQP for WPI
application/views/statuses/public_timeline.php
Go to the documentation of this file.
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>