0 && !fxInscrMobileCanAccess($_SESSION['com_id'], $intEveId)) { header('Location: ' . $vDomaine . '/mobile'); exit; } if ($intEveId === 0 && count($tabEveIds) === 1) { header('Location: ' . $vDomaine . '/mobile?promoteur_eve_id=' . urlencode(base64_encode($tabEveIds[0]))); exit; } $strMetaTitle = ($strLangue === 'fr') ? 'Inscriptions mobile' : 'Mobile registrations'; $strMetaDescription = ''; $strMetaKeywords = ''; $blnBoutonRetour = false; $footer_script = ($intEveId > 0); $strSousTitre = ''; if ($intEveId > 0) { $arrEvenement = fxGetEvenementsId($intEveId); $strSousTitre = '
' . fxUnescape($arrEvenement['eve_nom_' . $strLangue]) . ''; } require_once('inc_header.php'); ?>
'; 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'); } ?>