mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 01:16:44 +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
|
@ -68,7 +68,6 @@ $PAGE->navbar->add($strpreferences, new moodle_url($CFG->wwwroot.'/calendar/view
|
|||
|
||||
$PAGE->set_title("$site->shortname: $strcalendar: $strpreferences");
|
||||
$PAGE->set_heading($strcalendar);
|
||||
$PAGE->set_headingmenu(user_login_string($site));
|
||||
|
||||
echo $OUTPUT->header();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue