Elgg
Version 1.11
|
Go to the source code of this file.
Variables | |
$show_add_form = elgg_extract('show_add_form', $vars, true) | |
List comments with optional add form. More... | |
$full_view = elgg_extract('full_view', $vars, true) | |
$limit = elgg_extract('limit', $vars, get_input('limit', 0)) | |
if(! $limit) | $id = '' |
if(isset($vars['id'])) | else |
$class = 'elgg-comments' | |
$html | |
if ( $show_add_form) | |
$class = 'elgg-comments' |
Definition at line 29 of file comments.php.
$full_view = elgg_extract('full_view', $vars, true) |
Definition at line 16 of file comments.php.
$html |
Definition at line 39 of file comments.php.
if (! $limit) $id = '' |
Definition at line 22 of file comments.php.
$limit = elgg_extract('limit', $vars, get_input('limit', 0)) |
Definition at line 17 of file comments.php.
$show_add_form = elgg_extract('show_add_form', $vars, true) |
List comments with optional add form.
@uses $vars['entity'] ElggEntity @uses $vars['show_add_form'] Display add form or not @uses $vars['id'] Optional id for the div @uses $vars['class'] Optional additional class for the div @uses $vars['limit'] Optional limit value (default is 25)
Definition at line 15 of file comments.php.
if (isset( $vars[ 'id'])) else |
Definition at line 25 of file comments.php.
if($show_add_form) | ( | $show_add_form | ) |
Definition at line 52 of file comments.php.