--- loncom/interface/londocs.pm 2006/06/19 09:40:17 1.232 +++ loncom/interface/londocs.pm 2006/06/30 00:47:14 1.234 @@ -1,7 +1,7 @@ # The LearningOnline Network # Documents # -# $Id: londocs.pm,v 1.232 2006/06/19 09:40:17 www Exp $ +# $Id: londocs.pm,v 1.234 2006/06/30 00:47:14 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -975,7 +975,8 @@ sub breadcrumbs { } - return &Apache::lonhtmlcommon::breadcrumbs(undef,undef,0,'nohelp'); + return &Apache::lonhtmlcommon::breadcrumbs(undef,undef,0,'nohelp', + 'LC_docs_path'); } sub editor { @@ -2207,7 +2208,7 @@ sub handler { $script = ''; $r->print(&Apache::loncommon::start_page("$type Documents", $script, {'force_register' => $showdoc,}). - &Apache::loncommon::help_open_menu('','','','',273,'RAT')); + &Apache::loncommon::help_open_menu('','',273,'RAT')); my %allfiles = (); my %codebase = ();