--- loncom/interface/lonhtmlcommon.pm 2012/02/29 09:58:21 1.302 +++ loncom/interface/lonhtmlcommon.pm 2012/03/20 13:36:19 1.303 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common html routines # -# $Id: lonhtmlcommon.pm,v 1.302 2012/02/29 09:58:21 foxr Exp $ +# $Id: lonhtmlcommon.pm,v 1.303 2012/03/20 13:36:19 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1072,6 +1072,8 @@ sub Close_PrgWin { sub crumbs { my ($uri,$target,$prefix,$form,$skiplast)=@_; +# You cannot crumbnify uploaded or adm resources + if ($uri=~/^\/*(uploaded|adm)\//) { return &mt('(Internal Course/Group Content)'); } if ($target) { $target = ' target="'. &Apache::loncommon::escape_single($target).'"';