Merge pull request #57 from ThomasRubini/appr_views_rename

This commit is contained in:
Thomas Rubini 2023-01-23 15:34:33 +01:00 committed by GitHub
commit 5cf511a9c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@
<?php
foreach ($A_view["APPRS"] as $A_appr){
$A_appr["SHOW_REMOVE_BUTTON"] = $A_view["ADMIN"];
View::show("appreciations/appreciation", $A_appr);
View::show("appreciations/view_single", $A_appr);
}
?>
</section>

View File

@ -36,7 +36,7 @@
<?php
View::show(
"appreciations/view",
"appreciations/view_all",
array(
"APPRS" => $A_view["APPRS"],
"ADMIN" => $A_view["ADMIN"]