Elgg
Version 2.3
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
File Members
views
default
object
elements
summary
title.php
Go to the documentation of this file.
1
<?php
2
8
$title
=
elgg_extract
(
'title'
,
$vars
);
9
if
(!
$title
) {
10
return
;
11
}
12
?>
13
<
h3
class
=
"elgg-listing-summary-title"
><?=
$title
?></
h3
>
$title
$title
Outputs object title $vars['title'] Title.
Definition:
title.php:8
$vars
$vars['entity']
Definition:
plugin_settings.php:15
h3
h3
Definition:
admin.css.php:85
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:1375
Generated on Sat Dec 21 2024 00:01:05 for Elgg by
1.8.11