diff options
Diffstat (limited to 'phpBB/adm')
-rw-r--r-- | phpBB/adm/style/overall_header.html | 2 | ||||
-rw-r--r-- | phpBB/adm/style/simple_header.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/adm/style/overall_header.html b/phpBB/adm/style/overall_header.html index fa05f19725..ea1faef222 100644 --- a/phpBB/adm/style/overall_header.html +++ b/phpBB/adm/style/overall_header.html @@ -113,7 +113,7 @@ function swatch(field) </script> </head> -<body> +<body class="{S_CONTENT_DIRECTION}"> <div id="wrap"> <div id="page-header"> <h1>{L_ADMIN_PANEL}</h1> diff --git a/phpBB/adm/style/simple_header.html b/phpBB/adm/style/simple_header.html index c0db2c0cc6..ca24f3891b 100644 --- a/phpBB/adm/style/simple_header.html +++ b/phpBB/adm/style/simple_header.html @@ -99,6 +99,6 @@ function swatch(field) </script> </head> -<body> +<body class="{S_CONTENT_DIRECTION}"> <div id="page-body" style="padding: 0 10px;"> |