Move navigation frame to right for rtl languages.

This commit is contained in:
Michal Čihař
2005-12-14 15:59:39 +00:00
parent c04775d955
commit 76bbf08a3d
3 changed files with 13 additions and 3 deletions

View File

@@ -132,6 +132,7 @@ header('Content-Type: text/html; charset=' . $GLOBALS['charset']);
var server = '<?php echo $GLOBALS['server']; ?>';
var table = '<?php echo $GLOBALS['table']; ?>';
var db = '<?php echo $GLOBALS['db']; ?>';
var text_dir = '<?php echo $GLOBALS['text_dir']; ?>';
var pma_absolute_uri = '<?php echo $GLOBALS['cfg']['PmaAbsoluteUri']; ?>';
// ]]>
</script>