--- loncom/interface/portfolio.pm 2008/12/08 23:15:56 1.201 +++ loncom/interface/portfolio.pm 2008/12/10 21:46:58 1.202 @@ -1,7 +1,7 @@ # The LearningOnline Network # portfolio browser # -# $Id: portfolio.pm,v 1.201 2008/12/08 23:15:56 raeburn Exp $ +# $Id: portfolio.pm,v 1.202 2008/12/10 21:46:58 kaisler Exp $ # # Copyright Michigan State University Board of Trustees # @@ -2245,6 +2245,7 @@ sub handler { &Apache::loncommon::content_type($r,'text/html'); $r->send_http_header; # Give the LON-CAPA page header + my @brcrum = [{href=>"/adm/portfolio",text=>"Portfolio Manager"}]; if ($env{"form.mode"} eq 'selectfile'){ $r->print(&Apache::loncommon::start_page($title,undef, {'only_body' => 1})); @@ -2252,7 +2253,7 @@ sub handler { $r->print(&Apache::loncommon::start_page('New role-based condition',undef, {'no_nav_bar' => 1, })); } else { - $r->print(&Apache::loncommon::start_page($title)); + $r->print(&Apache::loncommon::start_page($title,undef,{bread_crumbs => @brcrum})); } $r->rflush(); if (!&Apache::lonnet::usertools_access($uname,$udom,'portfolio')) {