--- loncom/interface/lonmainmenu.pm 2009/05/27 16:54:57 1.7 +++ loncom/interface/lonmainmenu.pm 2009/07/13 08:24:21 1.8 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # displays the main menu # -# $Id: lonmainmenu.pm,v 1.7 2009/05/27 16:54:57 www Exp $ +# $Id: lonmainmenu.pm,v 1.8 2009/07/13 08:24:21 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -66,6 +66,8 @@ $utility ENDSCRIPT } # ---- Print the screen, pretend to be in text mode to generate text-based menu +# temporarily set interface to "faketextual" and remote to "off", which renders +# the main menu $env{'browser.interface'}='faketextual'; $env{'environment.remote'}='off';