From f41e476d1ff3c14f0e052876eb2e283bbda0613e Mon Sep 17 00:00:00 2001 From: Thomas Rubini <74205383+ThomasRubini@users.noreply.github.com> Date: Mon, 23 Jan 2023 15:33:57 +0100 Subject: [PATCH] rename appreciation view files --- Views/appreciations/{view.php => view_all.php} | 2 +- Views/appreciations/{appreciation.php => view_single.php} | 0 Views/recipe/view.php | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename Views/appreciations/{view.php => view_all.php} (93%) rename Views/appreciations/{appreciation.php => view_single.php} (100%) diff --git a/Views/appreciations/view.php b/Views/appreciations/view_all.php similarity index 93% rename from Views/appreciations/view.php rename to Views/appreciations/view_all.php index 0e90f47..013e5a3 100644 --- a/Views/appreciations/view.php +++ b/Views/appreciations/view_all.php @@ -18,7 +18,7 @@ diff --git a/Views/appreciations/appreciation.php b/Views/appreciations/view_single.php similarity index 100% rename from Views/appreciations/appreciation.php rename to Views/appreciations/view_single.php diff --git a/Views/recipe/view.php b/Views/recipe/view.php index b10b8ec..95ca7ff 100644 --- a/Views/recipe/view.php +++ b/Views/recipe/view.php @@ -36,7 +36,7 @@ $A_view["APPRS"], "ADMIN" => $A_view["ADMIN"]