diff --git a/phpBB/adm/index.php b/phpBB/adm/index.php
index 81673fcf7a..e4b96895fa 100644
--- a/phpBB/adm/index.php
+++ b/phpBB/adm/index.php
@@ -150,9 +150,7 @@ function adm_page_header($page_title)
'S_USER_LANG' => $user->lang['USER_LANG'],
'S_CONTENT_DIRECTION' => $user->lang['DIRECTION'],
'S_CONTENT_ENCODING' => 'UTF-8',
- 'S_CONTENT_DIR_LEFT' => $user->lang['LEFT'],
- 'S_CONTENT_DIR_RIGHT' => $user->lang['RIGHT'])
- );
+ ));
// application/xhtml+xml not used because of IE
header('Content-type: text/html; charset=UTF-8');
diff --git a/phpBB/adm/style/acp_forums.html b/phpBB/adm/style/acp_forums.html
index 2415b1c48d..1a407fbc85 100644
--- a/phpBB/adm/style/acp_forums.html
+++ b/phpBB/adm/style/acp_forums.html
@@ -192,12 +192,10 @@
-
{L_LIST_INDEX_EXPLAIN}
- id="display_on_index" checked="checked" /> {L_YES} id="display_on_index" checked="checked" /> {L_NO}
-
{L_ENABLE_POST_REVIEW_EXPLAIN}
- id="enable_post_review" checked="checked" /> {L_YES} id="enable_post_review" checked="checked" /> {L_NO}
@@ -256,12 +254,10 @@