mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
Some name changes
This commit is contained in:
parent
50b5487c54
commit
75c64d922f
@ -31,14 +31,14 @@
|
||||
}
|
||||
|
||||
$stradministration = get_string("administration");
|
||||
$strchoosetheme = get_string("choosetheme");
|
||||
$strthemes = get_string("themes");
|
||||
$strpreview = get_string("preview");
|
||||
$strsavechanges = get_string("savechanges");
|
||||
$strtheme = get_string("theme");
|
||||
$strthemesaved = get_string("themesaved");
|
||||
|
||||
print_header("$site->shortname: $strchoosetheme", $site->fullname,
|
||||
"<A HREF=\"$CFG->wwwroot/admin\">$stradministration</A> -> $strchoosetheme");
|
||||
print_header("$site->shortname: $strthemes", $site->fullname,
|
||||
"<A HREF=\"$CFG->wwwroot/admin\">$stradministration</A> -> $strthemes");
|
||||
|
||||
if ($choose) {
|
||||
if (set_config("theme", $choose)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user