|
Elgg
Version 6.3
|
Go to the source code of this file.
Variables | |
| $entity = elgg_extract('entity', $vars) | |
| Displays the user imprint. More... | |
| if(! $entity instanceof ElggUser) | $imprint = elgg_view('user/elements/imprint/contents', $vars) |
| if (elgg_is_empty( $imprint)) | |
| $entity = elgg_extract('entity', $vars) |
Displays the user imprint.
@uses $vars['entity'] The entity to show the imprint for
Definition at line 8 of file imprint.php.
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.