--- loncom/xml/londefdef.pm 2009/10/15 22:39:58 1.412 +++ loncom/xml/londefdef.pm 2009/11/18 20:48:13 1.413 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Tags Default Definition Module # -# $Id: londefdef.pm,v 1.412 2009/10/15 22:39:58 raeburn Exp $ +# $Id: londefdef.pm,v 1.413 2009/11/18 20:48:13 droeschl Exp $ # # # Copyright Michigan State University Board of Trustees @@ -549,6 +549,8 @@ sub start_body { 'text' => 'HTML Editor', 'href' => '', }); + # breadcrumbs (and tools) will be created + # in start_page->bodytag->innerregister } else { # FIXME Where are we? } @@ -561,10 +563,6 @@ sub start_body { # 'no_title' => 1, 'force_register' => 1}); - if ($env{'request.state'} eq 'construct') { - $currentstring .= &Apache::lonhtmlcommon::breadcrumbs(); - } - my $header = ''; if ($env{'request.state'} ne 'published' && $env{'request.state'} ne 'construct') {