Elgg
Version master
|
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.
@uses $vars['metadata'] Metadata/menu @uses $vars['entity'] Entity to show metadata for @uses $vars['show_entity_menu'] Show the entity menu (default: true) @uses $vars['show_social_menu'] Show the social menu (default: true)
Definition at line 11 of file metadata.php.
if (!isset( $metadata)) if(! $metadata) | ( | ! | $metadata | ) |
Definition at line 45 of file metadata.php.