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
|
@ -72,7 +72,7 @@
|
|||
echo '<div class="fitem">';
|
||||
echo '<div class="fitemtitle"><label for="sitename">'.get_string("fullsitename").'</label></div>';
|
||||
echo '<div class="felement ftext">';
|
||||
echo '<input size="50" id="sitename" type="text" name="sitename" value="'.$site->fullname.'" />';
|
||||
echo '<input size="50" id="sitename" type="text" name="sitename" value="'.format_string($site->fullname).'" />';
|
||||
echo '</div>';
|
||||
echo '</div>';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue