--- loncom/interface/loncommon.pm 2007/04/13 20:22:15 1.522 +++ loncom/interface/loncommon.pm 2007/04/16 23:15:42 1.524 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.522 2007/04/13 20:22:15 albertel Exp $ +# $Id: loncommon.pm,v 1.524 2007/04/16 23:15:42 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -3690,20 +3690,18 @@ sub standard_css { my $border = ($env{'browser.type'} eq 'explorer') ? '0px 2px 0px 2px' : '0px 3px 0px 4px'; + return <{'bgcolor'} || &designparm($function.'.pgbg',$domain); my $url = join(':',$env{'user.name'},$env{'user.domain'}, $Apache::lonnet::perlvar{'lonVersion'}, - #time(), + time(), $env{'environment.color.timestamp'}, $function,$domain,$bgcolor);