aboutsummaryrefslogtreecommitdiff
path: root/views/default/core/friends/tablelistcountupdate.php
blob: 7a0da1caad5308f9909ea782a7672a63927234e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?php
/**
 * Elgg friends picker count updater
 * Updates the friends count on a collection
 *
 * @package Elgg
 * @subpackage Core
 *
 * @uses $vars['count'] The count
 * @uses $vars['friendspicker'] The friendspicker counter number
 */

?>
<?php //@todo JS 1.8: no ?>
<script language="text/javascript">
	$("#friends_membership_count<?php echo $vars['friendspicker']; ?>").html("<?php echo $vars['count']; ?>");
</script>