Elgg  Version 2.3
Namespaces | Variables
email.php File Reference

Go to the source code of this file.

Namespaces

 Elgg
 Save menu items.
 

Variables

 $user = elgg_get_page_owner_entity()
 
if(! $user instanceof ElggUser$title = elgg_echo('email:settings')
 
 $content
 

Variable Documentation

◆ $content

Initial value:
'#type' => 'email',
'name' => 'email',
'value' => $user->email,
'#label' => elgg_echo('email:address:label'),
))
$user
Definition: email.php:9
elgg_echo($message_key, $args=array(), $language="")
Given a message key, returns an appropriately translated full-text string.
Definition: languages.php:21
elgg_view_field(array $params=[])
Renders a form field, usually with a wrapper element, a label, help text, etc.
Definition: views.php:1424

Definition at line 16 of file email.php.

◆ $title

if (! $user instanceof ElggUser) $title = elgg_echo('email:settings')

Definition at line 15 of file email.php.

◆ $user

Definition at line 9 of file email.php.