mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
Yet another missed option ... blimey, we've made this too configurable ... only kidding
git-svn-id: file:///svn/phpbb/trunk@1376 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -151,6 +151,7 @@ $template->assign_vars(array(
|
||||
"L_ENABLED" => $lang['Enabled'],
|
||||
"L_DISABLED" => $lang['Disabled'],
|
||||
"L_ABILITIES_SETTINGS" => $lang['Abilities_settings'],
|
||||
"L_MAX_POLL_OPTIONS" => $lang['Max_poll_options'],
|
||||
"L_FLOOD_INTERVAL" => $lang['Flood_Interval'],
|
||||
"L_FLOOD_INTERVAL_EXPLAIN" => $lang['Flood_Interval_explain'],
|
||||
"L_BOARD_EMAIL_FORM" => $lang['Board_email_form'],
|
||||
@@ -216,6 +217,7 @@ $template->assign_vars(array(
|
||||
"ACTIVATION_ADMIN_CHECKED" => $activation_admin,
|
||||
"BOARD_EMAIL_FORM_ENABLE" => $board_email_form_yes,
|
||||
"BOARD_EMAIL_FORM_DISABLE" => $board_email_form_no,
|
||||
"MAX_POLL_OPTIONS" => $new['max_poll_options'],
|
||||
"FLOOD_INTERVAL" => $new['flood_interval'],
|
||||
"TOPICS_PER_PAGE" => $new['topics_per_page'],
|
||||
"POSTS_PER_PAGE" => $new['posts_per_page'],
|
||||
|
Reference in New Issue
Block a user