Diff for /loncom/homework/structuretags.pm between versions 1.459 and 1.460

version 1.459, 2009/10/19 21:16:30 version 1.460, 2009/11/18 20:47:52
Line 218  sub page_start { Line 218  sub page_start {
             'text'  => 'Construction Space',              'text'  => 'Construction Space',
             'href'  => &Apache::loncommon::authorspace(),              'href'  => &Apache::loncommon::authorspace(),
         });          });
           # breadcrumbs (and tools) will be created 
           # in start_page->bodytag->innerregister
   
 # FIXME Where are we?  # FIXME Where are we?
 #        &Apache::lonhtmlcommon::add_breadcrumb({  #        &Apache::lonhtmlcommon::add_breadcrumb({
 #            'text'  => 'Problem Editing', # 'Problem Testing'  #            'text'  => 'Problem Editing', # 'Problem Testing'
 #            'href'  => '',  #            'href'  => '',
 #        });  #        });
         $pageheader = &Apache::lonhtmlcommon::breadcrumbs()          $pageheader =&Apache::loncommon::head_subbox(
                      .&Apache::loncommon::head_subbox(  
                 &Apache::loncommon::CSTR_pageheader());                  &Apache::loncommon::CSTR_pageheader());
  }   }
     } elsif (!defined($found{'body'})) {      } elsif (!defined($found{'body'})) {

Removed from v.1.459  
changed lines
  Added in v.1.460


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