--- loncom/interface/lonsearchcourse.pm 2011/01/17 22:56:27 1.3 +++ loncom/interface/lonsearchcourse.pm 2011/12/25 20:41:53 1.4 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Search Course # -# $Id: lonsearchcourse.pm,v 1.3 2011/01/17 22:56:27 www Exp $ +# $Id: lonsearchcourse.pm,v 1.4 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; @@ -320,13 +320,13 @@ sub handler { text => 'Search Results'}); } $r->print(&Apache::lonhtmlcommon::breadcrumbs("$crstype Search")); - &Apache::londocs::startContentScreen($r,'coursesearch'); + &Apache::lonnavdisplay::startContentScreen($r,'coursesearch'); if ($env{'form.phase'} eq 'results') { &course_search($r); } else { $r->print(&menu()); } - &Apache::londocs::endContentScreen($r); + &Apache::lonnavdisplay::endContentScreen($r); $r->print(&Apache::loncommon::end_page()); return OK; }