Elgg
Version 6.1
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
File Members
views
default
object
elements
full
attachments.php
Go to the documentation of this file.
1
<?php
2
9
$attachments
=
elgg_extract
(
'attachments'
,
$vars
);
10
if
(!
$attachments
) {
11
return
;
12
}
13
14
echo
elgg_format_element
(
'div'
, [
'class'
=>
'elgg-listing-full-attachments'
],
$attachments
);
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
$vars
$vars
Definition:
theme.php:5
$attachments
$attachments
Outputs attachments.
Definition:
attachments.php:9
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:23 for Elgg by
1.8.11