Show
Ignore:
Timestamp:
04/18/08 14:46:54 (8 months ago)
Author:
aarkerio
Message:

Discussions fixed

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/app/views/layouts/portal.ctp

    r399 r411  
    6565   if ( isset( $cU['User']['id']) ) 
    6666   { 
    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')), 
    6868                           '/users/logout', null, null, false)); 
    6969   }