Elgg
Version 6.1
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
File Members
views
default
object
elements
summary
content.php
Go to the documentation of this file.
1
<?php
2
8
$content
=
elgg_extract
(
'content'
,
$vars
);
9
if
(!
$content
) {
10
return
;
11
}
12
13
echo
elgg_format_element
(
'div'
, [
'class'
=>
'elgg-listing-summary-content'
],
$content
);
elgg_extract
elgg_extract($key, $array, $default=null, bool $strict=true)
Checks for $array[$key] and returns its value if it exists, else returns $default.
Definition:
elgglib.php:256
$content
$content
Outputs annotation summary content.
Definition:
content.php:9
$vars
$vars
Definition:
theme.php:5
elgg_format_element
elgg_format_element(string $tag_name, array $attributes=[], string $text= '', array $options=[])
Format an HTML element.
Definition:
output.php:145
Generated on Wed Dec 4 2024 00:00:22 for Elgg by
1.8.11