--- loncom/homework/structuretags.pm 2006/02/11 00:03:07 1.334 +++ loncom/homework/structuretags.pm 2006/02/16 01:58:54 1.335 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # definition of tags that give a structure to a document # -# $Id: structuretags.pm,v 1.334 2006/02/11 00:03:07 albertel Exp $ +# $Id: structuretags.pm,v 1.335 2006/02/16 01:58:54 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.cssstyle'); + if ($css_href =~ /\S/) { + &Apache::lonxml::extlink($css_href); + $head_tag_start = + ''; + } if ($target eq 'edit') { $head_tag_start.=&Apache::edit::js_change_detection(); }