version 1.10.2.2.4.1, 2020/09/08 04:28:39
|
version 1.12, 2017/06/26 01:56:58
|
Line 43 use Apache::lonmenu();
|
Line 43 use Apache::lonmenu();
|
sub handler { |
sub handler { |
my $r = shift; |
my $r = shift; |
|
|
# Check for critical messages and redirect if present. |
# Check for critical messages and redirect if present. |
my ($redirect,$url) = &Apache::loncommon::critical_redirect(300,'menu'); |
my ($redirect,$url) = &Apache::loncommon::critical_redirect(300,'menu'); |
if ($redirect) { |
if ($redirect) { |
&Apache::loncommon::content_type($r,'text/html'); |
&Apache::loncommon::content_type($r,'text/html'); |
Line 60 sub handler {
|
Line 60 sub handler {
|
# temporarily set interface to "faketextual" and remote to "off", which renders |
# temporarily set interface to "faketextual" and remote to "off", which renders |
# the main menu |
# the main menu |
$env{'browser.interface'}='faketextual'; |
$env{'browser.interface'}='faketextual'; |
$env{'environment.remote'}='off'; |
|
$r->print(&Apache::loncommon::start_page( 'Main Menu', |
$r->print(&Apache::loncommon::start_page( 'Main Menu', |
undef, |
undef, |
{'bread_crumbs' => 1})); |
{'bread_crumbs' => 1})); |