--- loncom/interface/loncommon.pm 2024/05/21 02:57:15 1.1431 +++ loncom/interface/loncommon.pm 2024/08/22 15:16:05 1.1433 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.1431 2024/05/21 02:57:15 raeburn Exp $ +# $Id: loncommon.pm,v 1.1433 2024/08/22 15:16:05 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -6536,7 +6536,7 @@ Input: (optional) filename from which br If page header is being requested for use in a frameset, then the second (option) argument -- frameset will be true, and the target attribute set for links should be target="_parent". - If $title is supplied as the thitd arg, that will be used to + If $title is supplied as the third arg, that will be used to the left of the breadcrumbs tail for the current path. Returns: HTML div with CSTR path and recent box @@ -9614,8 +9614,12 @@ OFFLOAD $title = 'The LearningOnline Network with CAPA'; } if (!$args->{'no_auto_mt_title'}) { $title = &mt($title); } - $result .= ' LON-CAPA '.$title.'' - .''; + } else { + $result .= ' LON-CAPA '.$title.''; + } + $result .= "\n".'{'frameset'}) { $result .= ' /'; }