diff options
author | polo <ordipolo@gmx.fr> | 2022-07-22 20:23:23 +0200 |
---|---|---|
committer | polo <ordipolo@gmx.fr> | 2022-07-22 20:23:23 +0200 |
commit | 6cb7d134384f94b78ed995d8744f88eb7d66b6f9 (patch) | |
tree | f976a74da8c5eb35838696d8dc91942be131e025 /controller/visitor.php | |
parent | f76c0e9331a3f95039df29fbf2f8e6a6bafd60f4 (diff) | |
download | melaine-6cb7d134384f94b78ed995d8744f88eb7d66b6f9.zip |
pages livres
Diffstat (limited to 'controller/visitor.php')
-rw-r--r-- | controller/visitor.php | 7 |
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 | } |
80 | function livresVisitor() | ||
81 | { | ||
82 | $page = "livres"; | ||
83 | $title = "Livres"; | ||
84 | $headerPaintedTitle = 'Dans les livres'; | ||
85 | pageArticlesSimplesVisitor($page, $title, $headerPaintedTitle); | ||
86 | } | ||
80 | function jaimeVisitor() | 87 | function jaimeVisitor() |
81 | { | 88 | { |
82 | $page = "jaime"; | 89 | $page = "jaime"; |