--- loncom/interface/lonindexer.pm 2012/07/11 12:51:36 1.215 +++ loncom/interface/lonindexer.pm 2012/07/16 15:30:45 1.216 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Directory Indexer # -# $Id: lonindexer.pm,v 1.215 2012/07/11 12:51:36 www Exp $ +# $Id: lonindexer.pm,v 1.216 2012/07/16 15:30:45 bisitz Exp $ # # Copyright Michigan State University Board of Trustees # @@ -422,14 +422,9 @@ ENDHEADER } else { # Only display page header and breadcrumbs in non-popup mode &Apache::lonhtmlcommon::clear_breadcrumbs(); -# -# FIXME: hard link to fhwfdev? -# -# - &Apache::lonhtmlcommon::add_breadcrumb({ 'text' => 'Browse published resources', - 'href' => '/res/fhwfdev/?launch=1', + 'href' => '/res/'.$headerdom.'/?launch=1', }); $r->print(&Apache::loncommon::start_page('Browse published resources',$js, {'domain' => $headerdom,})