aboutsummaryrefslogtreecommitdiff
path: root/mod/profile/views/default/profile/profile_contents/commentwall.php
blob: 7e8a1d97d7cf41ce936d35177e0b2ea88b5ca0b0 (plain)
1
2
3
4
5
6
7
8
9
10
<?php
/**
 * Elgg profile comment wall
 */

if (isloggedin()) {
	echo elgg_view("profile/commentwall/commentwalladd");
}

echo elgg_view("profile/commentwall/commentwall", array('annotation' => $vars['comments']));