debu
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
<?php
|
||||
require_once 'session_init.php';
|
||||
require_once '../session_init.php';
|
||||
require_once 'config.inc.php';
|
||||
require_once 'db.class.php';
|
||||
require_once 'entete.php';
|
||||
@ -22,7 +22,7 @@ print ("<table>");
|
||||
foreach($votationsList as $votation)
|
||||
{
|
||||
print("<tr><td>");
|
||||
print('<a href="' . $vote_url . 'gestion/saisieVotes.php?idVotation=' . $votation["id"] . '">' . $votation["libelle"] . '</a></td><td>');
|
||||
print('<a href="' . $vote_url . 'vote.form.php?v=' . $votation["id"] . '">' . $votation["libelle"] . '</a></td><td>');
|
||||
if ($votation["status"] == 1)
|
||||
{
|
||||
print(_("Cloturé"));
|
||||
@ -38,5 +38,5 @@ print('
|
||||
</div>
|
||||
</section>');
|
||||
|
||||
require_once './footer.html';
|
||||
require_once 'footer.html';
|
||||
?>
|
||||
|
Reference in New Issue
Block a user