Diff for /loncom/interface/loncommon.pm between versions 1.1075.2.18 and 1.1075.2.19

version 1.1075.2.18, 2012/12/12 23:05:00 version 1.1075.2.19, 2012/12/14 13:38:50
Line 7480  sub start_page { Line 7480  sub start_page {
  &Apache::lonhtmlcommon::add_breadcrumb($crumb);   &Apache::lonhtmlcommon::add_breadcrumb($crumb);
  }   }
  }   }
                   # if @advtools array contains items add then to the breadcrumbs
                   if (@advtools > 0) {
                       &Apache::lonmenu::advtools_crumbs(@advtools);
                   }
   
  #if bread_crumbs_component exists show it as headline else show only the breadcrumbs   #if bread_crumbs_component exists show it as headline else show only the breadcrumbs
  if(exists($args->{'bread_crumbs_component'})){   if(exists($args->{'bread_crumbs_component'})){

Removed from v.1.1075.2.18  
changed lines
  Added in v.1.1075.2.19


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