aboutsummaryrefslogtreecommitdiff
path: root/mod/profile/views/default/river/ElggUser/update.php
blob: f518ef2c872c5b2958c85f63180c9f58313c35d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?php

	$performed_by = $vars['performed_by'];
	
	$url = "<a href=\"{$performed_by->getURL()}\">{$performed_by->name}</a>";
	$string = sprintf(elgg_echo("profile:river:update"),$url);

?>

<p class="river_profile_update">
	<?php echo $string; ?>
</p>