From ce10c0ff1dd0b47bd494ae88ab2eaf6ab354b2b3 Mon Sep 17 00:00:00 2001 From: polo Date: Fri, 2 Jun 2023 01:21:06 +0200 Subject: filtre nom des images + reorg code Image --- view/album.php | 1 + view/articlesContent.php | 9 +-------- view/discographie.php | 10 +++------- view/template-formulaires.php | 2 ++ 4 files changed, 7 insertions(+), 15 deletions(-) (limited to 'view') diff --git a/view/album.php b/view/album.php index f8879aa..fe5d8c2 100644 --- a/view/album.php +++ b/view/album.php @@ -14,6 +14,7 @@ $css = ob_get_clean(); ob_start(); ?> + fileListCount; $i++) { // on pourrait utiliser ici le timedate, ou encore le nom de l'article ?> -

Modification d'un article

+

Modification d'un article

-

- - - - -

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

- @@ -173,7 +169,7 @@ for($i = 0; $i < $Albums->fileListCount; $i++)

- diff --git a/view/template-formulaires.php b/view/template-formulaires.php index 0ffbba3..fc73a27 100644 --- a/view/template-formulaires.php +++ b/view/template-formulaires.php @@ -33,6 +33,7 @@ ob_start();

+


+ -- cgit v1.2.3