Elgg  Version 2.3
Variables
security.php File Reference

Go to the source code of this file.

Variables

 $strength = _elgg_get_site_secret_strength()
 Advanced site settings, site section. More...
 
 $current_strength = elgg_echo('site_secret:current_strength')
 
 $strength_text = elgg_echo("site_secret:strength:$strength")
 
 $strength_msg = elgg_echo("site_secret:strength_msg:$strength")
 
 $body = '<p>' . elgg_echo('admin:site:secret:intro') . '</p>'
 

Variable Documentation

$body = '<p>' . elgg_echo('admin:site:secret:intro') . '</p>'

Definition at line 11 of file security.php.

$current_strength = elgg_echo('site_secret:current_strength')

Definition at line 7 of file security.php.

Advanced site settings, site section.

Definition at line 6 of file security.php.

$strength_msg = elgg_echo("site_secret:strength_msg:$strength")

Definition at line 9 of file security.php.

$strength_text = elgg_echo("site_secret:strength:$strength")

Definition at line 8 of file security.php.