';
echo ($strLangue === 'fr')
? 'Aucun événement promoteur n\'est associé à ce compte.'
: 'No promoter event is linked to this account.';
echo '
';
} else {
fxInscrMobileRenderEventPicker($tabEveIds, $strLangue, fxInscrMobileBaseUrl($strLangue, true));
}
} else {
include('inc_tableau_inscriptions_mobile.php');
}
?>