Diff for /loncom/interface/lonmeta.pm between versions 1.237 and 1.238

version 1.237, 2009/12/01 18:07:50 version 1.238, 2009/12/01 18:34:02
Line 744  sub prettyinput { Line 744  sub prettyinput {
   
 # Create pageheader  # Create pageheader
 sub pageheader {  sub pageheader {
     my $output = &Apache::lonhtmlcommon::breadcrumbs();      my $output = '';
       # No CSTR? Include breadcrumbs
       if ($env{'request.state'} ne 'construct') {
           # loncommon::bodytag already includes breadcrumbs for CSTR
           # by calling lonmenu::innerregister
           $output = &Apache::lonhtmlcommon::breadcrumbs();
       }
       # CSTR? Include CSTR header
     if ($env{'request.state'} eq 'construct') {      if ($env{'request.state'} eq 'construct') {
           $output .= &Apache::loncommon::head_subbox(            $output .= &Apache::loncommon::head_subbox(
                          &Apache::loncommon::CSTR_pageheader());                           &Apache::loncommon::CSTR_pageheader());

Removed from v.1.237  
changed lines
  Added in v.1.238


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