mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-19631 replace deprecated function usage.
This commit is contained in:
parent
a0c7dbcaa0
commit
52eab6669b
1 changed files with 1 additions and 1 deletions
|
@ -200,7 +200,7 @@
|
||||||
$strprimaryadminsetup = get_string('primaryadminsetup');
|
$strprimaryadminsetup = get_string('primaryadminsetup');
|
||||||
$navigation = build_navigation(array(array('name'=>$strprimaryadminsetup, 'link'=>null, 'type'=>'misc')));
|
$navigation = build_navigation(array(array('name'=>$strprimaryadminsetup, 'link'=>null, 'type'=>'misc')));
|
||||||
print_header($strinstallation, $strinstallation, $navigation, "", "", false, " ", " ");
|
print_header($strinstallation, $strinstallation, $navigation, "", "", false, " ", " ");
|
||||||
print_simple_box(get_string('configintroadmin', 'admin'), 'center', '50%');
|
print_box(get_string('configintroadmin', 'admin'), 'generalbox boxwidthnormal boxaligncenter');
|
||||||
echo '<br />';
|
echo '<br />';
|
||||||
} else {
|
} else {
|
||||||
$streditmyprofile = get_string('editmyprofile');
|
$streditmyprofile = get_string('editmyprofile');
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue