--- loncom/interface/lonmenu.pm 2010/03/22 15:10:10 1.320 +++ loncom/interface/lonmenu.pm 2010/03/22 20:11:22 1.321 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Routines to control the menu # -# $Id: lonmenu.pm,v 1.320 2010/03/22 15:10:10 droeschl Exp $ +# $Id: lonmenu.pm,v 1.321 2010/03/22 20:11:22 droeschl Exp $ # # Copyright Michigan State University Board of Trustees # @@ -109,10 +109,6 @@ Same as primary_menu() but operates on @ =item show_return_link() -=item registerurl() - -This gets called in the header section - =item innerregister() This gets called in order to register a URL in the body of the document @@ -313,15 +309,8 @@ sub show_return_link { )); } - -sub registerurl { - if ($env{'request.noversionuri'} =~ m{^/res/adm/pages/}) { return ''; } - return Apache::lonxml::display_title(); -} - sub innerregister { - my ($forcereg,$titletable,$bread_crumbs) = @_; - my ($uname,$thisdisfn); + my ($forcereg,$bread_crumbs) = @_; my $const_space = ($env{'request.state'} eq 'construct'); my $is_const_dir = 0;