--- loncom/interface/loncommon.pm 2024/07/04 23:00:26 1.1075.2.167
+++ loncom/interface/loncommon.pm 2024/10/05 22:53:27 1.1075.2.169
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# a pile of common routines
#
-# $Id: loncommon.pm,v 1.1075.2.167 2024/07/04 23:00:26 raeburn Exp $
+# $Id: loncommon.pm,v 1.1075.2.169 2024/10/05 22:53:27 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -5923,17 +5923,6 @@ sub bodytag {
$menu
$realm $dc_info
|;
}
- if ($env{'request.state'} eq 'construct') {
- if (!$public){
- if ($env{'request.state'} eq 'construct') {
- $funclist = &Apache::lonhtmlcommon::scripttag(
- &Apache::lonmenu::utilityfunctions($httphost), 'start').
- &Apache::lonhtmlcommon::scripttag('','end').
- &Apache::lonmenu::innerregister($forcereg,
- $args->{'bread_crumbs'});
- }
- }
- }
return $bodytag."\n".$funclist;
}
@@ -8283,8 +8272,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 .= ' /';
}