Campustream 1.0
A social network MQP for WPI
application/views/user/show.php
Go to the documentation of this file.
00001 <ul id="user-navbar">
00002         <li id="nav-recent" class="active">Recent Activity</li>
00003         <!--<li id="nav-wall">Message Wall</li>-->
00004 </ul>
00005 
00006 <div id="user-profile">
00007 
00008         <div id="content-left">
00009                 <?=View::factory('template/_stream')->set('title', 'Recent Activity from ' . $user->name)->set('page', 'user')->render()?>
00010         </div>
00011         
00012         <div id="content-right">
00013                 <?=View::factory('template/_sidebar')->set('user', $user)->render()?>
00014         </div>
00015 
00016         <div style="clear:both;"></div>
00017 </div>