1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[feature/avatars] Support editing of group avatars in ACP

Edited templates for group avatars so they can be properly modified in ACP

PHPBB3-10018
This commit is contained in:
Cullen Walsh
2011-07-04 16:58:35 -07:00
parent 8416bf3dc9
commit 48e61b1b45
5 changed files with 137 additions and 148 deletions

View File

@@ -1797,7 +1797,6 @@ class acp_users
'S_AVATAR' => true,
'ERROR' => (sizeof($error)) ? implode('<br />', $error) : '',
'AVATAR' => (empty($avatar) ? '<img src="' . $phpbb_admin_path . 'images/no_avatar.gif" alt="" />' : $avatar),
'AV_SHOW_DELETE' => !empty($avatar),
'S_FORM_ENCTYPE' => ' enctype="multipart/form-data"',