1
0
This commit is contained in:
Daniel Tartavel 2022-09-29 11:54:25 +02:00
parent 6ce7f1e02c
commit 5c8a4f9e80

View File

@ -4,6 +4,7 @@ require_once 'config.inc.php';
require_once 'db.class.php'; require_once 'db.class.php';
require_once 'entete.php'; require_once 'entete.php';
$db = new db();
print(' <br><br> print(' <br><br>
<!-- lalis Grid Section --> <!-- lalis Grid Section -->
@ -16,7 +17,7 @@ print(' <br><br>
</div> </div>
<div class="row"> <div class="row">
<ul>'); <ul>');
$votationsList = queryVotationList(); $votationsList = $db->queryVotationList();
foreach($votationsList as $votation) foreach($votationsList as $votation)
{ {