--- loncom/homework/structuretags.pm 2006/01/27 23:36:48 1.332 +++ loncom/homework/structuretags.pm 2006/03/28 18:31:37 1.332.2.1 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # definition of tags that give a structure to a document # -# $Id: structuretags.pm,v 1.332 2006/01/27 23:36:48 albertel Exp $ +# $Id: structuretags.pm,v 1.332.2.1 2006/03/28 18:31:37 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -113,6 +113,12 @@ sub page_start { &Apache::lonhtmlcommon::htmlareaheaders(). &Apache::lonhtmlcommon::spellheader(). &Apache::lonxml::fontsettings(); + my $css_href = &Apache::lonnet::EXT('resource.0.cssfile'); + if ($css_href =~ /\S/) { + &Apache::lonxml::extlink($css_href); + $head_tag_start = + ''; + } if ($target eq 'edit') { $head_tag_start.=&Apache::edit::js_change_detection(); }