mirror of
https://github.com/catalyst/moodle-auth_outage.git
synced 2026-05-17 05:48:43 +02:00
Issue #9 - Improving frontend.
This commit is contained in:
@@ -69,8 +69,10 @@ class outagelib {
|
||||
return;
|
||||
}
|
||||
|
||||
$PAGE->add_body_class('auth_outage_active');
|
||||
$CFG->additionalhtmltopofbody .= self::get_renderer()->renderbar($active);
|
||||
// FIXME Code below is raising error at http://moodle.test/my/ for example.
|
||||
// $PAGE->add_body_class('auth_outage_active');
|
||||
$CFG->additionalhtmltopofbody = self::get_renderer()->renderbar($active)
|
||||
. $CFG->additionalhtmltopofbody;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user