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 | |
parent | f76c0e9331a3f95039df29fbf2f8e6a6bafd60f4 (diff) | |
download | melaine-6cb7d134384f94b78ed995d8744f88eb7d66b6f9.zip |
pages livres
Diffstat (limited to 'controller')
-rw-r--r-- | controller/admin.php | 7 | ||||
-rw-r--r-- | controller/visitor.php | 7 |
2 files changed, 14 insertions, 0 deletions
diff --git a/controller/admin.php b/controller/admin.php index c79f761..93d1900 100644 --- a/controller/admin.php +++ b/controller/admin.php | |||
@@ -121,6 +121,13 @@ function presseEdit($fileCode, $suppression) | |||
121 | $headerPaintedTitle = 'La Presse'; | 121 | $headerPaintedTitle = 'La Presse'; |
122 | pageArticlesSimplesAdmin($page, $title, $headerPaintedTitle, $fileCode, $suppression); | 122 | pageArticlesSimplesAdmin($page, $title, $headerPaintedTitle, $fileCode, $suppression); |
123 | } | 123 | } |
124 | function livresEdit($fileCode, $suppression) | ||
125 | { | ||
126 | $page = "livres"; | ||
127 | $title = "Livres"; | ||
128 | $headerPaintedTitle = 'Dans les livres'; | ||
129 | pageArticlesSimplesAdmin($page, $title, $headerPaintedTitle, $fileCode, $suppression); | ||
130 | } | ||
124 | function jaimeEdit($fileCode, $suppression) | 131 | function jaimeEdit($fileCode, $suppression) |
125 | { | 132 | { |
126 | $page = "jaime"; | 133 | $page = "jaime"; |
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"; |