mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-27563 shibboleth: set context on login page
This commit is contained in:
parent
9f55156eb4
commit
3635131be5
1 changed files with 1 additions and 0 deletions
|
@ -63,6 +63,7 @@ $PAGE->https_required();
|
||||||
$loginsite = get_string("loginsite");
|
$loginsite = get_string("loginsite");
|
||||||
|
|
||||||
$PAGE->set_url('/auth/shibboleth/login.php');
|
$PAGE->set_url('/auth/shibboleth/login.php');
|
||||||
|
$PAGE->set_context(context_system::instance());
|
||||||
$PAGE->navbar->add($loginsite);
|
$PAGE->navbar->add($loginsite);
|
||||||
$PAGE->set_title("$site->fullname: $loginsite");
|
$PAGE->set_title("$site->fullname: $loginsite");
|
||||||
$PAGE->set_heading($site->fullname);
|
$PAGE->set_heading($site->fullname);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue