Diff for /loncom/interface/lonindexcourse.pm between versions 1.1 and 1.2

version 1.1, 2011/01/18 00:22:02 version 1.2, 2011/12/25 20:41:53
Line 41  use Apache::lonlocal; Line 41  use Apache::lonlocal;
 use LONCAPA::lonmetadata();  use LONCAPA::lonmetadata();
 use HTML::Entities();  use HTML::Entities();
 use Apache::lonnavmaps;  use Apache::lonnavmaps;
 use Apache::londocs();  use Apache::lonnavdisplay();
 use Apache::lonindexer();  use Apache::lonindexer();
 use LONCAPA;  use LONCAPA;
   
Line 163  sub handler { Line 163  sub handler {
             {   href => '/adm/indexcourse',              {   href => '/adm/indexcourse',
                 text => "$crstype Index"});                  text => "$crstype Index"});
     $r->print(&Apache::lonhtmlcommon::breadcrumbs("$crstype Index"));      $r->print(&Apache::lonhtmlcommon::breadcrumbs("$crstype Index"));
     &Apache::londocs::startContentScreen($r,'courseindex');      &Apache::lonnavdisplay::startContentScreen($r,'courseindex');
     &course_index($r);      &course_index($r);
     &Apache::londocs::endContentScreen($r);      &Apache::lonnavdisplay::endContentScreen($r);
     $r->print(&Apache::loncommon::end_page());      $r->print(&Apache::loncommon::end_page());
     return OK;      return OK;
 }  }

Removed from v.1.1  
changed lines
  Added in v.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>