Fixed determination of right-to-left MDL-10768

This commit is contained in:
moodler 2007-08-09 09:03:14 +00:00
parent 128377e5e2
commit 1a5bcabd3c

View File

@ -549,7 +549,7 @@ if ($nextstage == SAVE) {
//==========================================================================//
?>
<html dir="<?php echo (get_string('this_direction') == 'rtl') ? 'rtl' : 'ltr' ?>">
<html dir="<?php echo (right_to_left() ? 'rtl' : 'ltr' ?>">
<head>
<link rel="shortcut icon" href="theme/standard/favicon.ico" />
<title>Moodle Install</title>