summaryrefslogtreecommitdiff
path: root/view
diff options
context:
space:
mode:
authorpolo <ordipolo@gmx.fr>2022-07-19 13:43:33 +0200
committerpolo <ordipolo@gmx.fr>2022-07-19 13:43:33 +0200
commit66ee0f5f5416aed9f7a7264f18ae6bdf4c8ed50f (patch)
tree6ac70ed4c4df9b60ef19b0f720ff04ddbde6ef8f /view
parented5df18ed28a338ecd763e6492991ccbf5e23eb0 (diff)
downloadmelaine-66ee0f5f5416aed9f7a7264f18ae6bdf4c8ed50f.zip
miniatures articles 1
Diffstat (limited to 'view')
-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}