{groups}'; /** * Group template * - {name} is replaced by the name of the group * - {group} is replaced by the list of users */ var $group_template = '
{name}
{group}
'; /** * Wrapper template * - {users} is replaced by the list of users */ var $userlist_template = '
{users}
'; /** * User template * - {class} is replaced by user specific classes * - {user} is replaced by the user avatar (and possibly name) */ var $user_template = '
{user}
'; /** * Changes the template strings so the user is rendered in a html list. * * @param $ordered set to true to use an ordered list (
    ) instead of an unordered one (