Elgg  Version 6.2
Variables
imprint.php File Reference

Go to the source code of this file.

Variables

 $entity = elgg_extract('entity', $vars)
 Displays information about the author, the time and the access of the post. More...
 
if(! $entity instanceof \ElggEntity$imprint = elgg_view('object/elements/imprint/contents', $vars)
 
 if (elgg_is_empty( $imprint))
 

Variable Documentation

◆ $entity

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

Displays information about the author, the time and the access of the post.

@uses $vars['entity'] The entity to show the imprint for

Definition at line 8 of file imprint.php.

◆ $imprint

if (! $entity instanceof \ElggEntity) $imprint = elgg_view('object/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.