diff --git a/ChangeLog b/ChangeLog index f52169863..026c730d4 100755 --- a/ChangeLog +++ b/ChangeLog @@ -9,6 +9,7 @@ $Source$ * libraries/config.default.php, Documentation.html: Transliterate invalid chars by default (RFE #1380255). * left.php: Resurrect database link in light frame (bug #1373804). + * index.php: Move navigation frame to right for rtl languages. 2005-12-13 Michal Čihař * querywindow.php: Fix query history displaying (bug #1374639). diff --git a/index.php b/index.php index 617b3dd56..9675bb54d 100644 --- a/index.php +++ b/index.php @@ -138,13 +138,28 @@ header('Content-Type: text/html; charset=' . $GLOBALS['charset']); - + + + + + + <body> <p><?php echo $GLOBALS['strNoFrames']; ?></p>