Elgg
Version 6.1
|
Go to the source code of this file.
Variables | |
$metadata = elgg_extract('metadata', $vars) | |
Outputs object metadata. More... | |
if(!isset($metadata)) | if (!$metadata) |
$metadata = elgg_extract('metadata', $vars) |
Outputs object metadata.
$vars['metadata'] Metadata/menu $vars['entity'] Entity to show metadata for $vars['show_entity_menu'] Show the entity menu (default: true) $vars['show_social_menu'] Show the social menu (default: true)
Definition at line 11 of file metadata.php.
if (!isset($metadata)) if(!$metadata) |
Definition at line 45 of file metadata.php.