Changeset 246 for trunk/app/views/layouts
- Timestamp:
- 02/22/08 13:58:35 (9 months ago)
- Files:
-
- 1 modified
-
trunk/app/views/layouts/portal.ctp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/app/views/layouts/portal.ctp
r241 r246 31 31 echo $cU['User']['username'] .'</b></span>'.$html->link('(Logout)', '/users/logout') . ' | '; 32 32 33 if ( $othAuth->user('group_id')< 3 ) // the logged user is teacher or admin?33 if ( $cU['User']['group_id'] < 3 ) // the logged user is teacher or admin? 34 34 { 35 35 echo $html->link('Admin', '/admin/entries/start') . ' | '; … … 100 100 if ( !isset( $cU['User']) ) 101 101 { 102 echo $this->renderElement('login_hide');102 echo $this->renderElement('login_hide'); //login javascript popup 103 103 } 104 104
