Language direction vars are already set in Theme.class.php

This commit is contained in:
Rouslan Placella 2012-04-28 11:35:42 +01:00
parent 1807efb18f
commit 83b9f16545

View File

@ -23,14 +23,6 @@ if (PMA_USR_BROWSER_AGENT == 'IE' && PMA_USR_BROWSER_VER == '6'
@ini_set('zlib.output_compression', 'Off');
}
if ($GLOBALS['text_dir'] === 'ltr') {
$right = 'right';
$left = 'left';
} else {
$right = 'left';
$left = 'right';
}
// Send correct type:
header('Content-Type: text/css; charset=UTF-8');