50 echo
elgg_view(
'object/elements/imprint/element', [
53 'class' =>
'elgg-listing-access',
elgg_is_logged_in()
Returns whether or not the user is currently logged in.
if(!$entity instanceof ElggEntity) $access
elgg_extract($key, $array, $default=null, bool $strict=true)
Checks for $array[$key] and returns its value if it exists, else returns $default.
elgg_view(string $view, array $vars=[], string $viewtype= '')
Return a parsed view.
elgg_get_access_collection(int $collection_id)
Get a specified access collection.