--- loncom/interface/lonmenu.pm 2006/07/18 19:45:15 1.197 +++ loncom/interface/lonmenu.pm 2006/07/18 21:55:24 1.198 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Routines to control the menu # -# $Id: lonmenu.pm,v 1.197 2006/07/18 19:45:15 raeburn Exp $ +# $Id: lonmenu.pm,v 1.198 2006/07/18 21:55:24 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -235,13 +235,8 @@ ENDCRELOAD if ($env{'user.adv'}) { $remote = ''.$lt{'launch'}.'' } - my $helptopic='Student_Intro'; - if ($env{'request.role'}=~/^(ca|au)/) { - $helptopic='Authoring_Intro'; - } elsif ($env{'request.role'}=~/^cc/) { - $helptopic='Course_Coordination_Intro'; - } - my $helplink=&Apache::loncommon::help_open_topic($helptopic,'Help'); + + my $helplink=&Apache::loncommon::top_nav_help('Help'); return (< // BEGIN LON-CAPA Internal