From 21746f17dbd12499f794b1f2822b50e9e6c5d494 Mon Sep 17 00:00:00 2001 From: polo Date: Sun, 23 Apr 2023 23:39:10 +0200 Subject: bouton partager --- view/articlesContent.php | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'view/articlesContent.php') diff --git a/view/articlesContent.php b/view/articlesContent.php index c07ba75..4762f8e 100644 --- a/view/articlesContent.php +++ b/view/articlesContent.php @@ -22,9 +22,11 @@ if($_SESSION['admin'] == 1) ?>

- - Nouvel article - +

fileListCount; $i++) // bouton if($_SESSION['admin'] == 1) { + $lien_partage = 'index.php?page=' . $page . '#' . $Articles->fileList[$i]['fileCode']; + global $host; ?>

+ + + -- cgit v1.2.3