diff --git a/Views/appreciations/appreciation.php b/Views/appreciations/appreciation.php
new file mode 100644
index 0000000..f0d18b1
--- /dev/null
+++ b/Views/appreciations/appreciation.php
@@ -0,0 +1,9 @@
+
+
+
" alt="profile picture">
+ = $A_view["NAME"] ?>
+ = $A_view["COMMENT"] ?>
+
+ = $A_view["NOTE"] ?>
+ = $A_view["DATE"] ?>
+
diff --git a/Views/appreciations/view.php b/Views/appreciations/view.php
new file mode 100644
index 0000000..4166645
--- /dev/null
+++ b/Views/appreciations/view.php
@@ -0,0 +1,57 @@
+ "test",
+ "PROFILE_IMG" => "1.jpg",
+ "COMMENT" => "j'me présente, je m'appelle henry",
+ "NOTE" => "2",
+ "DATE" => DATE("2020-07-08")
+ ),
+ array(
+ "NAME" => "test",
+ "PROFILE_IMG" => "1.jpg",
+ "COMMENT" => "j'me présente, je m'appelle henry",
+ "NOTE" => "2",
+ "DATE" => DATE("2020-07-08")
+ ),
+ array(
+ "NAME" => "test",
+ "PROFILE_IMG" => "1.jpg",
+ "COMMENT" => "j'me présente, je m'appelle henry",
+ "NOTE" => "2",
+ "DATE" => DATE("2020-07-08")
+ ),
+ array(
+ "NAME" => "AAAA",
+ "PROFILE_IMG" => "/static/img/recipes/1.jpg",
+ "COMMENT" => "j'me présente, je m'appelle henry",
+ "NOTE" => "2",
+ "DATE" => DATE("2020-07-08")
+ ),
+);
+?>
+
+
+
\ No newline at end of file
diff --git a/Views/recipe/view.php b/Views/recipe/view.php
index c0cd8fa..cae71e2 100644
--- a/Views/recipe/view.php
+++ b/Views/recipe/view.php
@@ -34,4 +34,8 @@
By = $A_view["AUTHOR_USERNAME"] ?>
+
+