--- loncom/interface/lonindexcourse.pm 2011/01/18 00:22:02 1.1 +++ loncom/interface/lonindexcourse.pm 2011/12/25 20:41:53 1.2 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Index Course # -# $Id: lonindexcourse.pm,v 1.1 2011/01/18 00:22:02 www Exp $ +# $Id: lonindexcourse.pm,v 1.2 2011/12/25 20:41:53 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -41,7 +41,7 @@ use Apache::lonlocal; use LONCAPA::lonmetadata(); use HTML::Entities(); use Apache::lonnavmaps; -use Apache::londocs(); +use Apache::lonnavdisplay(); use Apache::lonindexer(); use LONCAPA; @@ -163,9 +163,9 @@ sub handler { { href => '/adm/indexcourse', text => "$crstype Index"}); $r->print(&Apache::lonhtmlcommon::breadcrumbs("$crstype Index")); - &Apache::londocs::startContentScreen($r,'courseindex'); + &Apache::lonnavdisplay::startContentScreen($r,'courseindex'); &course_index($r); - &Apache::londocs::endContentScreen($r); + &Apache::lonnavdisplay::endContentScreen($r); $r->print(&Apache::loncommon::end_page()); return OK; }