--- loncom/interface/lonmainmenu.pm 2012/05/15 01:35:29 1.10 +++ loncom/interface/lonmainmenu.pm 2013/04/17 01:30:15 1.10.2.1 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # displays the main menu # -# $Id: lonmainmenu.pm,v 1.10 2012/05/15 01:35:29 raeburn Exp $ +# $Id: lonmainmenu.pm,v 1.10.2.1 2013/04/17 01:30:15 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -51,7 +51,7 @@ sub handler { # temporarily set interface to "faketextual" and remote to "off", which renders # the main menu $env{'browser.interface'}='faketextual'; - + $env{'environment.remote'}='off'; $r->print(&Apache::loncommon::start_page( 'Main Menu', undef, {'bread_crumbs' => 1}));