diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2002-01-17 19:14:58 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2002-01-17 19:14:58 +0000 |
commit | 2a839ed02663329b01f8f6ced67c215566836abd (patch) | |
tree | 36812d4be71787d4c408e70be5ed96d737199c76 | |
parent | 8e63d669d88dd638c3c29bfd353cdf913f842c46 (diff) | |
download | forums-2a839ed02663329b01f8f6ced67c215566836abd.tar forums-2a839ed02663329b01f8f6ced67c215566836abd.tar.gz forums-2a839ed02663329b01f8f6ced67c215566836abd.tar.bz2 forums-2a839ed02663329b01f8f6ced67c215566836abd.tar.xz forums-2a839ed02663329b01f8f6ced67c215566836abd.zip |
Add content direction
git-svn-id: file:///svn/phpbb/trunk@1908 89ea8834-ac86-4346-8a33-228a782c2dd0
-rw-r--r-- | phpBB/templates/subSilver/overall_header.tpl | 2 | ||||
-rw-r--r-- | phpBB/templates/subSilver/simple_header.tpl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/templates/subSilver/overall_header.tpl b/phpBB/templates/subSilver/overall_header.tpl index 8ee160c820..2a33d3b7c1 100644 --- a/phpBB/templates/subSilver/overall_header.tpl +++ b/phpBB/templates/subSilver/overall_header.tpl @@ -1,6 +1,6 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <!-- DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" --> -<html> +<html dir="{S_CONTENT_DIRECTION}"> <head> <meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}"> <meta http-equiv="Content-Style-Type" content="text/css"> diff --git a/phpBB/templates/subSilver/simple_header.tpl b/phpBB/templates/subSilver/simple_header.tpl index 650ce8fcaa..ff0349cac9 100644 --- a/phpBB/templates/subSilver/simple_header.tpl +++ b/phpBB/templates/subSilver/simple_header.tpl @@ -2,7 +2,7 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" --> <!-- <html xmlns="http://www.w3.org/1999/xhtml"> --> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> -<html> +<html dir="{S_CONTENT_DIRECTION}"> <head> <meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}" /> <meta http-equiv="Content-Style-Type" content="text/css" /> |