Elgg  Version master
Variables
imprint.php File Reference

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))
 

Variable Documentation

◆ $annotation

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

Displays the annotation imprint.

@uses $vars['annotation'] The annotation

Definition at line 8 of file imprint.php.

◆ $imprint

if (! $annotation instanceof ElggAnnotation) $imprint = elgg_view('annotation/elements/imprint/contents', $vars)

Definition at line 13 of file imprint.php.

◆ if

if(elgg_is_empty($imprint)) ( elgg_is_empty( $imprint)  )

Definition at line 14 of file imprint.php.