Elgg
Version 4.3
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
File Members
views
default
elements
forms
help.php
Go to the documentation of this file.
1
<?php
8
$help
=
elgg_extract
(
'help'
,
$vars
,
''
);
9
if
(!
$help
) {
10
return
;
11
}
12
13
echo
elgg_format_element
(
'div'
, [
14
'class'
=>
'elgg-field-help elgg-text-help'
,
15
],
$help
);
$help
$help
Form input help text view.
Definition:
help.php:8
elgg_format_element
elgg_format_element($tag_name, array $attributes=[], $text= '', array $options=[])
Format an HTML element.
Definition:
output.php:135
elgg_extract
elgg_extract($key, $array, $default=null, $strict=true)
Checks for $array[$key] and returns its value if it exists, else returns $default.
Definition:
elgglib.php:547
echo
elgg echo
Translates a string.
Definition:
deprecated.js:530
$vars
$vars['head']
Definition:
html.php:24
Generated on Tue May 30 2023 00:00:27 for Elgg by
1.8.11