Diff for /loncom/interface/loncommon.pm between versions 1.1075.2.169 and 1.1075.2.170

version 1.1075.2.169, 2024/10/05 22:53:27 version 1.1075.2.170, 2024/10/05 23:19:24
Line 5893  sub bodytag { Line 5893  sub bodytag {
 # Top frame rendering, Remote is up  # Top frame rendering, Remote is up
 #  #
   
     my $imgsrc = $img;  
     if ($img =~ /^\/adm/) {  
         $imgsrc = &lonhttpdurl($img);  
     }  
     my $upperleft='<img src="'.$imgsrc.'" alt="'.$function.'" />';  
   
     my $help=($no_inline_link?''      my $help=($no_inline_link?''
               :&Apache::loncommon::top_nav_help('Help'));                :&Apache::loncommon::top_nav_help('Help'));
   

Removed from v.1.1075.2.169  
changed lines
  Added in v.1.1075.2.170


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>