Elgg
Version master
|
Go to the source code of this file.
Variables | |
$annotation = elgg_extract('annotation', $vars) | |
Displays the annotation imprint. More... | |
if(! $annotation instanceof ElggAnnotation) | $imprint = elgg_view('annotation/elements/imprint/contents', $vars) |
if (elgg_is_empty( $imprint)) | |
$annotation = elgg_extract('annotation', $vars) |
Displays the annotation imprint.
@uses $vars['annotation'] The annotation
Definition at line 8 of file imprint.php.
if (! $annotation instanceof ElggAnnotation) $imprint = elgg_view('annotation/elements/imprint/contents', $vars) |
Definition at line 13 of file imprint.php.
if(elgg_is_empty($imprint)) | ( | elgg_is_empty( $imprint) | ) |
Definition at line 14 of file imprint.php.