';
echo ($strLangue === 'fr')
? 'Aucun acces inscriptions mobile (v2) n\'est actif pour ce compte.'
: 'No active mobile registration access (v2) for this account.';
echo '
';
} else {
fxInscrMobileRenderEventPicker($tabEveIds, $strLangue, fxInscrMobileBaseUrl($strLangue, true));
}
} else {
include('inc_tableau_inscriptions_mobile.php');
}
?>