From a19af0b4d4b205113be852609997d74215a0aa4f Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Thu, 9 Mar 2017 14:39:42 +0100 Subject: [PATCH] Lien de l'index vers l'article --- index.php | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/index.php b/index.php index e5a729d..a9c36b7 100644 --- a/index.php +++ b/index.php @@ -60,6 +60,8 @@ $articles = array(
'; echo '
'; - echo '

'.$titre.'

'; + echo '

'; + echo ''; + echo $titre; + echo ''; + echo '

'; echo '
'; echo '
'; @@ -76,6 +82,8 @@ $articles = array( echo $contenu; echo ''; + + $articleId++; } ?>