1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

[ticket/12234] Replace ICQ with custom profile field

PHPBB3-12234
This commit is contained in:
Joas Schilling
2014-02-28 15:11:17 +01:00
parent f2c208fa7f
commit 76409388af
40 changed files with 128 additions and 117 deletions

View File

@@ -2,10 +2,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>