Elgg
Version 1.9
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
File Members
views
rss
page
elements
comments.php
Go to the documentation of this file.
1
<?php
8
$options
= array(
9
'guid'
=>
$vars
[
'entity'
]->getGUID(),
10
'annotation_name'
=>
'generic_comment'
,
11
'order_by'
=>
'n_table.time_created desc'
,
12
);
13
echo
elgg_list_annotations
(
$options
);
elgg_list_annotations
elgg_list_annotations($options)
Returns a rendered list of annotations with pagination.
Definition:
annotations.php:232
echo
elgg echo
Translates a string.
Definition:
languages.js:43
$options
$options
RSS comments view.
Definition:
comments.php:8
$vars
if(file_exists($welcome)) $vars
Definition:
upgrade.php:93
Generated on Sat Dec 21 2024 00:00:35 for Elgg by
1.8.11