summaryrefslogtreecommitdiff
path: root/controller/visitor.php
diff options
context:
space:
mode:
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";