diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2014-02-28 15:11:17 +0100 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2014-02-28 15:24:35 +0100 |
commit | 76409388afcd6389b5a29bc54b49faaf6bc4b4a5 (patch) | |
tree | eca58afcf40282dcd4114c256fb3a7aa562b4656 /phpBB/adm | |
parent | f2c208fa7f6f7eef9853f8ae86d493c015ee5976 (diff) | |
download | forums-76409388afcd6389b5a29bc54b49faaf6bc4b4a5.tar forums-76409388afcd6389b5a29bc54b49faaf6bc4b4a5.tar.gz forums-76409388afcd6389b5a29bc54b49faaf6bc4b4a5.tar.bz2 forums-76409388afcd6389b5a29bc54b49faaf6bc4b4a5.tar.xz forums-76409388afcd6389b5a29bc54b49faaf6bc4b4a5.zip |
[ticket/12234] Replace ICQ with custom profile field
PHPBB3-12234
Diffstat (limited to 'phpBB/adm')
-rw-r--r-- | phpBB/adm/style/acp_users_profile.html | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/phpBB/adm/style/acp_users_profile.html b/phpBB/adm/style/acp_users_profile.html index f4a3c06e67..39cc5da24d 100644 --- a/phpBB/adm/style/acp_users_profile.html +++ b/phpBB/adm/style/acp_users_profile.html @@ -3,10 +3,6 @@ <fieldset> <legend>{L_USER_PROFILE}</legend> <dl> - <dt><label for="icq">{L_UCP_ICQ}{L_COLON}</label></dt> - <dd><input type="text" id="icq" name="icq" value="{ICQ}" /></dd> - </dl> - <dl> <dt><label for="aim">{L_UCP_AIM}{L_COLON}</label></dt> <dd><input type="text" id="aim" name="aim" value="{AIM}" /></dd> </dl> |