diff options
Diffstat (limited to 'view/articlesContent.php')
-rw-r--r-- | view/articlesContent.php | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/view/articlesContent.php b/view/articlesContent.php index a03b39d..33e50a4 100644 --- a/view/articlesContent.php +++ b/view/articlesContent.php | |||
@@ -15,7 +15,6 @@ if($_SESSION['admin'] == 1) | |||
15 | <?php | 15 | <?php |
16 | echo($editeurHTML); // injection de template-formulaires.php | 16 | echo($editeurHTML); // injection de template-formulaires.php |
17 | } | 17 | } |
18 | |||
19 | // bouton | 18 | // bouton |
20 | else | 19 | else |
21 | { | 20 | { |
@@ -71,17 +70,11 @@ for($i = 0; $i < $Articles->fileListCount; $i++) | |||
71 | { | 70 | { |
72 | // on pourrait utiliser ici le timedate, ou encore le nom de l'article | 71 | // on pourrait utiliser ici le timedate, ou encore le nom de l'article |
73 | ?> | 72 | ?> |
74 | <h3>Modification d'un article</h3> | 73 | <h3>Modification d'un article</h3> |
75 | <?php | 74 | <?php |
76 | echo($editeurHTML); // injection de template-editor.php | 75 | echo($editeurHTML); // injection de template-editor.php |
77 | ?> | 76 | ?> |
78 | </div> | 77 | </div> |
79 | <p class="boutonArticle" > | ||
80 | <a class="infobulle" href="<?= $lien_partage ?>" > | ||
81 | <img src="public/icone_partager.png" onclick="copierDansPressePapier('<?= $host ?>/<?= $lien_partage ?>')" > | ||
82 | <button>Partager</button> | ||
83 | </a> | ||
84 | </p> | ||
85 | <?php | 78 | <?php |
86 | } | 79 | } |
87 | 80 | ||