Gestion des votes
- ');
$votationsList = $db->queryVotationList();
foreach($votationsList as $votation)
{
print('' . $votation["libelle"] . '');
if ($votation["status"] == 1)
{
print(_("Cloturé"));
}else
{
print(_("En cours"));
}
print('
'); } print('