aboutsummaryrefslogtreecommitdiff
path: root/views/default/friends/forms/collectionfields.php
blob: f9d8ac5ffc3ef3e0fd0c30e3c20a1a10a7296215 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?php
/**
 * Elgg friend collections required hidden fields for js friends picker form
 *
 * @package Elgg
 * @subpackage Core
 * @author Curverider Ltd
 * @link http://elgg.org/
 */

if (isset($vars['collection'])) {
?>

	<input type="hidden" name="collection_id" value="<?php echo $vars['collection']->id; ?>" />

<?php
}