Browse Source

Restore allow_no_censored

Signed-off-by: John Rayes <[email protected]>
John Rayes 12 years ago
parent
commit
6caed7acbc
1 changed files with 4 additions and 0 deletions
  1. 4 0
      Themes/default/Settings.template.php

+ 4 - 0
Themes/default/Settings.template.php

@@ -186,6 +186,10 @@ function template_settings()
 			'id' => 'show_mark_read',
 			'label' => $txt['enable_mark_as_read'],
 		),
+		array(
+			'id' => 'allow_no_censored',
+			'label' => $txt['allow_no_censored'],
+		),
 		array(
 			'id' => 'enable_news',
 			'label' => $txt['enable_random_news'],