--- loncom/interface/lonmenu.pm 2021/07/16 01:14:14 1.509 +++ loncom/interface/lonmenu.pm 2021/09/21 22:54:26 1.510 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Routines to control the menu # -# $Id: lonmenu.pm,v 1.509 2021/07/16 01:14:14 raeburn Exp $ +# $Id: lonmenu.pm,v 1.510 2021/09/21 22:54:26 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -387,6 +387,13 @@ sub primary_menu { } else { $menu{$position} .= '
  • '.&Apache::loncommon::top_nav_help('Help').'
  • '; } + } elsif ($$menuitem[3] eq 'Log In') { + if ($public) { + if (&Apache::lonnet::get_saml_landing()) { + $$menuitem[0] = '/adm/login'; + } + } + $menu{$position} .= prep_menuitem($menuitem,$ltitarget); } else { $menu{$position} .= prep_menuitem($menuitem,$ltitarget); }