--- rat/lonuserstate.pm 2002/08/17 18:23:27 1.38 +++ rat/lonuserstate.pm 2002/08/31 00:43:13 1.39 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Construct and maintain state and binary representation of course for user # -# $Id: lonuserstate.pm,v 1.38 2002/08/17 18:23:27 www Exp $ +# $Id: lonuserstate.pm,v 1.39 2002/08/31 00:43:13 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -122,7 +122,8 @@ sub loadmap { $turi=~s/^http\:\/\//\/adm\/wrapper\/ext\//; } else { my $embstyle=&Apache::loncommon::fileembstyle($1); - if (($embstyle eq 'img') || ($embstyle eq 'emb')) { + if (($embstyle eq 'img') || ($embstyle eq 'emb') + || ($turi=~/\/syllabus$/) || ($turi=~/\/aboutme$/)) { $turi='/adm/wrapper'.$turi; } }