Elgg
Version 3.0
|
Go to the source code of this file.
Namespaces | |
Elgg | |
Configuration exception. | |
Variables | |
$user = elgg_get_page_owner_entity() | |
if(!$user instanceof ElggUser) | $title = elgg_echo('email:settings') |
$content = '' | |
if (elgg_get_config('security_email_require_password')&&($user->getGUID()===elgg_get_logged_in_user_guid())) $content = '' |
$user = elgg_get_page_owner_entity() |