~ubuntu-branches/ubuntu/trusty/moodle/trusty-proposed

« back to all changes in this revision

Viewing changes to auth/shibboleth/login.php

  • Committer: Package Import Robot
  • Author(s): Tomasz Muras
  • Date: 2012-11-15 21:50:13 UTC
  • mfrom: (1.1.9)
  • Revision ID: package-import@ubuntu.com-20121115215013-hmzkwz3v5hvm2a0a
Tags: 2.2.6.dfsg-1
New upstream version: 2.2.6 (Build: 20121112)

Show diffs side-by-side

added added

removed removed

Lines of Context:
63
63
    $loginsite = get_string("loginsite");
64
64
 
65
65
    $PAGE->set_url('/auth/shibboleth/login.php');
 
66
    $PAGE->set_context(context_system::instance());
66
67
    $PAGE->navbar->add($loginsite);
67
68
    $PAGE->set_title("$site->fullname: $loginsite");
68
69
    $PAGE->set_heading($site->fullname);