summaryrefslogtreecommitdiff
path: root/view/articlesContent.php
diff options
context:
space:
mode:
Diffstat (limited to 'view/articlesContent.php')
-rw-r--r--view/articlesContent.php20
1 files changed, 10 insertions, 10 deletions
diff --git a/view/articlesContent.php b/view/articlesContent.php
index fe71204..5f6b587 100644
--- a/view/articlesContent.php
+++ b/view/articlesContent.php
@@ -82,20 +82,20 @@ for($i = 0; $i < $Articles->fileListCount; $i++)
82 if($_SESSION['admin'] == 1) 82 if($_SESSION['admin'] == 1)
83 { 83 {
84 ?> 84 ?>
85 <p class="boutonArticle" > 85 </div>
86 <a href="index.php?page=<?= $page ?>&action=editor&file_code=<?= $Articles->fileList[$i]['fileCode'] ?>#<?= $Articles->fileList[$i]['fileCode'] ?>" > 86 <p class="boutonArticle" >
87 Modifier cet article 87 <a href="index.php?page=<?= $page ?>&action=editor&file_code=<?= $Articles->fileList[$i]['fileCode'] ?>#<?= $Articles->fileList[$i]['fileCode'] ?>" >
88 </a> 88 Modifier cet article
89 &nbsp;<!-- un espace --> 89 </a>
90 <a href="index.php?page=<?= $page ?>&action=suppression&file_code=<?= $Articles->fileList[$i]['fileCode'] ?>" onclick="confirmerSuppression()" > 90 &nbsp;<!-- un espace -->
91 Supprimer cet article 91 <a href="index.php?page=<?= $page ?>&action=suppression&file_code=<?= $Articles->fileList[$i]['fileCode'] ?>" onclick="confirmerSuppression()" >
92 </a> 92 Supprimer cet article
93 </p> 93 </a>
94 </p>
94 <?php 95 <?php
95 } 96 }
96 } 97 }
97?> 98?>
98 </div>
99 </article> 99 </article>
100<?php 100<?php
101} 101}