summaryrefslogtreecommitdiff
path: root/controller/visitor.php
diff options
context:
space:
mode:
authorpolo <ordipolo@gmx.fr>2022-07-22 20:23:23 +0200
committerpolo <ordipolo@gmx.fr>2022-07-22 20:23:23 +0200
commit6cb7d134384f94b78ed995d8744f88eb7d66b6f9 (patch)
treef976a74da8c5eb35838696d8dc91942be131e025 /controller/visitor.php
parentf76c0e9331a3f95039df29fbf2f8e6a6bafd60f4 (diff)
downloadmelaine-6cb7d134384f94b78ed995d8744f88eb7d66b6f9.zip
pages livres
Diffstat (limited to 'controller/visitor.php')
-rw-r--r--controller/visitor.php7
1 files changed, 7 insertions, 0 deletions
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()
77 $headerPaintedTitle = 'La Presse'; 77 $headerPaintedTitle = 'La Presse';
78 pageArticlesSimplesVisitor($page, $title, $headerPaintedTitle); 78 pageArticlesSimplesVisitor($page, $title, $headerPaintedTitle);
79} 79}
80function livresVisitor()
81{
82 $page = "livres";
83 $title = "Livres";
84 $headerPaintedTitle = 'Dans les livres';
85 pageArticlesSimplesVisitor($page, $title, $headerPaintedTitle);
86}
80function jaimeVisitor() 87function jaimeVisitor()
81{ 88{
82 $page = "jaime"; 89 $page = "jaime";