Elgg
Version 6.1
|
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) | |
$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.