Elgg
Version 6.2
|
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.
@uses $vars['annotation'] The annotation to draw the imprint for @uses $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) | ( | ! $annotation instanceof | ElggAnnotation | ) |
Definition at line 11 of file contents.php.