--- loncom/auth/lonroles.pm 2008/07/04 14:19:16 1.196 +++ loncom/auth/lonroles.pm 2008/07/04 19:26:35 1.197 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # User Roles Screen # -# $Id: lonroles.pm,v 1.196 2008/07/04 14:19:16 raeburn Exp $ +# $Id: lonroles.pm,v 1.197 2008/07/04 19:26:35 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -794,7 +794,9 @@ ENDHEADER $r->print('

' .&mt('This is LON-CAPA [_1]',$r->dir_config('lonVersion')) .'
' - .''.&mt('Logout').'

'); + .''.&mt('Logout').'  ' + .''.&mt('Course Catalog') + .'

'); } $r->print(&Apache::loncommon::end_page()); return OK;