diff options
| author | Meik Sievertsen <acydburn@phpbb.com> | 2007-06-18 14:10:19 +0000 |
|---|---|---|
| committer | Meik Sievertsen <acydburn@phpbb.com> | 2007-06-18 14:10:19 +0000 |
| commit | e58c913488029ceb963766e3953448822c2daf0f (patch) | |
| tree | ad372d80a559c4fef747e0ff7a2e46403a708083 /phpBB/styles/prosilver/template/overall_header.html | |
| parent | 5f62e8feda7a3b406ff8f3b7d82171491f34ce5a (diff) | |
| download | forums-e58c913488029ceb963766e3953448822c2daf0f.tar forums-e58c913488029ceb963766e3953448822c2daf0f.tar.gz forums-e58c913488029ceb963766e3953448822c2daf0f.tar.bz2 forums-e58c913488029ceb963766e3953448822c2daf0f.tar.xz forums-e58c913488029ceb963766e3953448822c2daf0f.zip | |
RTL changes with the help from arod-1 and dodo5000
git-svn-id: file:///svn/phpbb/trunk@7776 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/prosilver/template/overall_header.html')
| -rw-r--r-- | phpBB/styles/prosilver/template/overall_header.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/template/overall_header.html b/phpBB/styles/prosilver/template/overall_header.html index 30640453f3..1f8bd75718 100644 --- a/phpBB/styles/prosilver/template/overall_header.html +++ b/phpBB/styles/prosilver/template/overall_header.html @@ -89,9 +89,11 @@ {T_THEME_DATA} </style> <!-- ENDIF --> + <!-- IF S_CONTENT_DIRECTION eq 'rtl' --> <link href="{T_THEME_PATH}/bidi.css" rel="stylesheet" type="text/css" media="screen, projection" /> <!-- ENDIF --> + </head> <body id="phpbb" class="section-{SCRIPT_NAME} {S_CONTENT_DIRECTION}"> |
