--- loncom/interface/lonhtmlcommon.pm 2009/05/16 21:50:52 1.215 +++ loncom/interface/lonhtmlcommon.pm 2009/05/20 17:39:06 1.216 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common html routines # -# $Id: lonhtmlcommon.pm,v 1.215 2009/05/16 21:50:52 droeschl Exp $ +# $Id: lonhtmlcommon.pm,v 1.216 2009/05/20 17:39:06 bisitz Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1330,13 +1330,13 @@ returns: nothing my @Crumbs; sub breadcrumbs { - my ($component,$component_help,$menulink,$helplink,$css_class,$no_mt, $no_realBreadcrumb) = @_; + my ($component,$component_help,$menulink,$helplink,$css_class,$no_mt, $CourseBreadcrumbs) = @_; # $css_class ||= 'LC_breadcrumbs'; my $Str1 = '
    '; - if($no_realBreadcrumb){ - $Str1 = '
';