$val) {
$selected = '';
switch ($key) {
case 'chat':
$title = 'Daily new conversation';
$p = 'Limit how many new conversations this type of user can start';
break;
case 'videocall':
$title = 'Start a videocall';
$p = 'Allow this type of user to start a videocall';
break;
case 'visits':
$title = 'Profile visits';
$p = 'Allow to this type of user to see who visited his profile';
break;
case 'fans':
$title = 'Profile likes';
$p = 'Allow to this type of user to see who liked his profile';
break;
case 'private':
$title = 'See private content';
$p = 'Allow to this type of user to see private profile media';
break;
default:
$title = '';
$p = '';
break;
}
?>