--- loncom/interface/lonhtmlcommon.pm 2004/02/20 16:44:43 1.54 +++ loncom/interface/lonhtmlcommon.pm 2004/02/20 17:03:38 1.55 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common html routines # -# $Id: lonhtmlcommon.pm,v 1.54 2004/02/20 16:44:43 matthew Exp $ +# $Id: lonhtmlcommon.pm,v 1.55 2004/02/20 17:03:38 matthew Exp $ # # Copyright Michigan State University Board of Trustees # @@ -60,7 +60,6 @@ use Time::HiRes; use Apache::lonlocal; use strict; - ############################################## ############################################## @@ -879,8 +878,14 @@ returns: nothing my @Crumbs; sub breadcrumbs { - my ($color,$component,$component_help) = @_; - $color = '#CCCCFF' if (! defined($color)); + my ($color,$component,$component_help,$function,$domain) = @_; + if (! defined($color)) { + if (! defined($function)) { + $function = &Apache::loncommon::get_users_function(); + } + $color = &Apache::loncommon::designparm($function.'.tabbg', + $domain); + } # my $Str = "\n". ''.