mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-16 21:54:00 +02:00
Merge pull request #6533 from rxu/ticket/17151-2
[ticket/17151] Make settings forms use macros
This commit is contained in:
@@ -1842,7 +1842,11 @@ class acp_users
|
||||
'name' => 'lang',
|
||||
'options' => $lang_options,
|
||||
],
|
||||
'S_STYLE_OPTIONS' => style_select($data['style']),
|
||||
'S_STYLE_OPTIONS' => [
|
||||
'id' => 'style',
|
||||
'name' => 'style',
|
||||
'options' => style_select($data['style'])
|
||||
],
|
||||
'TIMEZONE_OPTIONS' => [
|
||||
'tag' => 'select',
|
||||
'name' => 'tz',
|
||||
|
Reference in New Issue
Block a user