Go to the source code of this file.
Initial value:
Definition at line 22 of file add.php.
Add a new field to the set of custom profile fields.
Definition at line 6 of file add.php.
Initial value:=
elgg_view(
'input/select', array(
'name' =>
'type',
'options_values' => array(
'longtext' =>
elgg_echo(
'profile:field:longtext'),
'location' =>
elgg_echo(
'profile:field:location'),
)))
elgg_echo($message_key, $args=array(), $language="")
Given a message key, returns an appropriately translated full-text string.
elgg_view($view, $vars=array(), $bypass=false, $ignored=false, $viewtype= '')
Return a parsed view.
Definition at line 10 of file add.php.