Elgg  Version master
Variables
default.php File Reference

Go to the source code of this file.

Variables

 $entity = elgg_extract('entity', $vars)
 ElggObject default view. More...
 
if(!$entity instanceof ElggEntity) if(!isset($vars['icon'])) if (!isset($vars['title'])&&empty($entity->getDisplayName()))
 

Variable Documentation

$entity = elgg_extract('entity', $vars)

ElggObject default view.

Warning
This view may be used for other ElggEntity objects

Definition at line 8 of file default.php.

if (!$entity instanceof ElggEntity) if (!isset($vars['icon'])) if(!isset($vars['title'])&&empty($entity->getDisplayName()))

Definition at line 17 of file default.php.