Changeset 608 for trunk/app/views/layouts
- Timestamp:
- 06/14/08 01:59:10 (5 months ago)
- Files:
-
- 1 modified
-
trunk/app/views/layouts/portal.ctp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/app/views/layouts/portal.ctp
r604 r608 35 35 36 36 if ( $session->read('Auth.User.group_id') == 3 ): // the logged user is student 37 echo $html->link(__(' my_profile', true), '/users/edit'). ' | '.$html->link(37 echo $html->link(__('My profile', true), '/users/edit'). ' | '.$html->link( 38 38 $html->image('static/mailgray.png', 39 39 array('alt'=>'Messages', 'title'=>'Messages')),
