- Posts: 7
- Thank you received: 0
Please Log in or Create an account to join the conversation.
if (($reg == 1) && ($pastDates == 1) && ($nbreg < $maxreg)) {
//URL actuelle
$thisurl = base64_encode(JURI::getInstance()->toString());
$urlLogin = 'index.php?option=com_users&view=login&return='.$thisurl;
return '<div class="regisBox"><a href="'.$urlLogin.'"><div class="regis_button">Se connecter</div></a><a href="'.$urlLogin.'"><div class="regis_imgbutton"></div></a><div class="icRegistered" >'.$this->registered($i).'</div></div>';
} else {
return '';
}
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
lesergei wrote: Vous m'épater Monsieur, cela fonctionne très bien.
Un grand merci pour votre célérité.
Please Log in or Create an account to join the conversation.