Elgg  Version 5.1
Variables
contents.php File Reference

Go to the source code of this file.

Variables

 $annotation = elgg_extract('annotation', $vars)
 Displays imprint contents. More...
 
 if (!$annotation instanceof ElggAnnotation)
 
 $imprint = elgg_extract('imprint', $vars)
 

Variable Documentation

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

Displays imprint contents.

$vars['annotation'] The annotation to draw the imprint for $vars['imprint'] An array of imprint elements ['icon_name' => 'calendar', 'content' => 'Starts on Jan 12']

Definition at line 10 of file contents.php.

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

Definition at line 18 of file contents.php.

if(!$annotation instanceof ElggAnnotation)

Definition at line 11 of file contents.php.