Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRouslan Placella <rouslan@placella.com>2012-04-28 14:35:42 +0400
committerRouslan Placella <rouslan@placella.com>2012-05-08 23:23:05 +0400
commit83b9f16545d4bd54e91db5387ba7a27010b3e8ad (patch)
tree387dba40079e047c9699446224016b5961dcace8 /phpmyadmin.css.php
parent1807efb18fce0e06419642bfba4cf184d9fa51e5 (diff)
Language direction vars are already set in Theme.class.php
Diffstat (limited to 'phpmyadmin.css.php')
-rw-r--r--phpmyadmin.css.php8
1 files changed, 0 insertions, 8 deletions
diff --git a/phpmyadmin.css.php b/phpmyadmin.css.php
index 52268a4e8d..550d963611 100644
--- a/phpmyadmin.css.php
+++ b/phpmyadmin.css.php
@@ -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');