mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
More multilang support for site fullname, plus a couple extra comments.
This commit is contained in:
parent
ca31757ba3
commit
3af559d414
5 changed files with 10 additions and 4 deletions
|
@ -69,7 +69,7 @@ function set_parameters() {
|
|||
'lang' => array('langstr' => get_string('preferredlanguage'),
|
||||
'value' => current_language()),
|
||||
'sitename' => array('langstr' => get_string('fullsitename'),
|
||||
'value' => $site->fullname),
|
||||
'value' => format_string($site->fullname)),
|
||||
'serverurl' => array('langstr' => get_string('serverurl', 'resource', $CFG),
|
||||
'value' => $CFG->wwwroot),
|
||||
'currenttime' => array('langstr' => get_string('time'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue