From 6cb7d134384f94b78ed995d8744f88eb7d66b6f9 Mon Sep 17 00:00:00 2001 From: polo Date: Fri, 22 Jul 2022 20:23:23 +0200 Subject: pages livres --- controller/visitor.php | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'controller/visitor.php') diff --git a/controller/visitor.php b/controller/visitor.php index 333c628..c561097 100644 --- a/controller/visitor.php +++ b/controller/visitor.php @@ -77,6 +77,13 @@ function presseVisitor() $headerPaintedTitle = 'La Presse'; pageArticlesSimplesVisitor($page, $title, $headerPaintedTitle); } +function livresVisitor() +{ + $page = "livres"; + $title = "Livres"; + $headerPaintedTitle = 'Dans les livres'; + pageArticlesSimplesVisitor($page, $title, $headerPaintedTitle); +} function jaimeVisitor() { $page = "jaime"; -- cgit v1.2.3