Changeset 411 for trunk/app/views/layouts
- Timestamp:
- 04/18/08 14:46:54 (8 months ago)
- Files:
-
- 1 modified
-
trunk/app/views/layouts/portal.ctp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/app/views/layouts/portal.ctp
r399 r411 65 65 if ( isset( $cU['User']['id']) ) 66 66 { 67 echo $html->div(' spaced', $html->link($html->image('static/logout.gif', array('alt'=>'Logout', 'title'=>'Logout')),67 echo $html->div('outbutton', $html->link($html->image('static/logout.gif', array('alt'=>'Logout', 'title'=>'Logout')), 68 68 '/users/logout', null, null, false)); 69 69 }
