summaryrefslogtreecommitdiff
path: root/controller/visitor.php
diff options
context:
space:
mode:
Diffstat (limited to 'controller/visitor.php')
-rw-r--r--controller/visitor.php30
1 files changed, 15 insertions, 15 deletions
diff --git a/controller/visitor.php b/controller/visitor.php
index ac19441..38f24e8 100644
--- a/controller/visitor.php
+++ b/controller/visitor.php
@@ -58,11 +58,11 @@ function melaineVisitor()
58 $headerPaintedTitle = 'Melaine Favennec'; 58 $headerPaintedTitle = 'Melaine Favennec';
59 pageArticlesSimplesVisitor($page, $title, $headerPaintedTitle); 59 pageArticlesSimplesVisitor($page, $title, $headerPaintedTitle);
60} 60}
61function concertsVisitor() 61function musiqueVisitor()
62{ 62{
63 $page = "concerts"; 63 $page = "musique";
64 $title = "Concerts"; 64 $title = "Musique";
65 $headerPaintedTitle = 'Concerts'; 65 $headerPaintedTitle = 'Musique';
66 pageArticlesSimplesVisitor($page, $title, $headerPaintedTitle); 66 pageArticlesSimplesVisitor($page, $title, $headerPaintedTitle);
67} 67}
68function presseVisitor() 68function presseVisitor()
@@ -72,18 +72,11 @@ function presseVisitor()
72 $headerPaintedTitle = 'La Presse'; 72 $headerPaintedTitle = 'La Presse';
73 pageArticlesSimplesVisitor($page, $title, $headerPaintedTitle); 73 pageArticlesSimplesVisitor($page, $title, $headerPaintedTitle);
74} 74}
75function ateliersVisitor() 75function jaimeVisitor()
76{ 76{
77 $page = "ateliers"; 77 $page = "jaime";
78 $title = "Ateliers"; 78 $title = "J'aime";
79 $headerPaintedTitle = 'Les ateliers de Melaine'; 79 $headerPaintedTitle = 'J\'aime';
80 pageArticlesSimplesVisitor($page, $title, $headerPaintedTitle);
81}
82function liensVisitor()
83{
84 $page = "liens";
85 $title = "Liens";
86 $headerPaintedTitle = 'Liens';
87 pageArticlesSimplesVisitor($page, $title, $headerPaintedTitle); 80 pageArticlesSimplesVisitor($page, $title, $headerPaintedTitle);
88} 81}
89function peintureVisitor() 82function peintureVisitor()
@@ -100,6 +93,13 @@ function archivesVisitor()
100 $headerPaintedTitle = 'Archives'; 93 $headerPaintedTitle = 'Archives';
101 pageArticlesSimplesVisitor($page, $title, $headerPaintedTitle); 94 pageArticlesSimplesVisitor($page, $title, $headerPaintedTitle);
102} 95}
96function legalVisitor()
97{
98 $page = "legal";
99 $title = "Mentions légales";
100 $headerPaintedTitle = 'Mentions légales';
101 pageArticlesSimplesVisitor($page, $title, $headerPaintedTitle);
102}
103 103
104 104
105// page plus complexe que les autres 105// page plus complexe que les autres