{$XE_VALIDATOR_MESSAGE}

{@$user_str = $member_info->nick_name} {@$user_str = $logged_info->nick_name} {@$title_str = Context::getLang('ncenterlite_userconfig_title')} {sprintf($title_str, $user_str)}

{$lang->ncenterlite_userconfig_about} ({$lang->ncenterlite_userconfig_about_warning})

{@ $uc = get_object_vars($user_config)}
{@ $available = isset($module_config->use[$notify_type]['web']) && $module_config->use[$notify_type]['web'] !== 'N'} {@ $selected = in_array('web', $uc[$notify_type])} {@ $available = isset($module_config->use[$notify_type]['mail']) && $module_config->use[$notify_type]['mail'] !== 'N'} {@ $selected = in_array('mail', $uc[$notify_type])} {@ $available = isset($module_config->use[$notify_type]['sms']) && $module_config->use[$notify_type]['sms'] !== 'N'} {@ $selected = in_array('sms', $uc[$notify_type])} {@ $available = isset($module_config->use[$notify_type]['push']) && $module_config->use[$notify_type]['push'] !== 'N'} {@ $selected = in_array('push', $uc[$notify_type])}

{sprintf($lang->get('ncenterlite_' . $notify_type . '_noti_about'), $logged_info->nick_name)}