aboutsummaryrefslogtreecommitdiff
path: root/mod/profile/views/default/profile/profile_contents/commentwall.php
blob: edadeed8575065acdc58e4f8208a5770d716833c (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']));
?>