--- loncom/interface/lonindexer.pm 2003/08/11 17:27:24 1.73 +++ loncom/interface/lonindexer.pm 2003/08/16 18:48:24 1.74 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Directory Indexer # -# $Id: lonindexer.pm,v 1.73 2003/08/11 17:27:24 albertel Exp $ +# $Id: lonindexer.pm,v 1.74 2003/08/16 18:48:24 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -337,7 +337,9 @@ function gothere(val) { ENDHEADER -$r->print(&Apache::loncommon::bodytag('Browse Resources')); +my ($headerdom)=($uri=~/^\/res\/(\w+)\//); +$r->print(&Apache::loncommon::bodytag('Browse Resources',undef,undef,undef, + $headerdom)); # - Evaluate actions from previous page (both cumulatively and chronologically) if ($ENV{'form.catalogmode'} eq 'groupimport') { my $acts=$ENV{'form.acts'};