Elgg  Version master
Variables
type.php File Reference

Go to the source code of this file.

Variables

 $type_text = elgg_extract('type', $vars)
 Display information about the type of the deleted entity. More...
 
if(!isset($type_text)) if (elgg_is_empty($type_text))
 

Variable Documentation

$type_text = elgg_extract('type', $vars)

Display information about the type of the deleted entity.

$vars['entity'] the entity to show information for $vars['type'] type information, if not set will be generated by the system $vars['type_icon'] type imprint icon (default: none)

Definition at line 10 of file type.php.

if (!isset($type_text)) if(elgg_is_empty($type_text))

Definition at line 32 of file type.php.