mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
MDL-18188 Added a call to the new get_browser_version_classes() function in print_header, so that the classes are always added to the body tag.
This commit is contained in:
parent
ec0123208d
commit
413f347520
@ -2462,6 +2462,8 @@ function print_header ($title='', $heading='', $navigation='', $focus='',
|
||||
$pageclass .= ' drag';
|
||||
}
|
||||
|
||||
$pageclass .= ' ' . get_browser_version_classes();
|
||||
|
||||
$pageclass .= ' dir-'.get_string('thisdirection');
|
||||
|
||||
$pageclass .= ' lang-'.$currentlanguage;
|
||||
|
Loading…
x
Reference in New Issue
Block a user