mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-21119 lang menu and login info now handled by themes
This commit is contained in:
parent
684b988c94
commit
244a32c617
26 changed files with 155 additions and 187 deletions
|
@ -48,12 +48,10 @@
|
|||
$heading = $course->fullname;
|
||||
|
||||
$button = '<div style="font-size:0.75em;">'.$button.'</div>';
|
||||
$loggedinas = '<span class="logininfo">'.user_login_string($course, $USER).'</span>';
|
||||
|
||||
$PAGE->set_title($title);
|
||||
$PAGE->set_heading($heading);
|
||||
$PAGE->set_button($button);
|
||||
$PAGE->set_headingmenu($loggedinas);
|
||||
|
||||
$time = time();
|
||||
$hppassword = optional_param('hppassword', '', PARAM_RAW);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue