rename appreciation view files
This commit is contained in:
parent
36b141b55e
commit
f41e476d1f
@ -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>
|
@ -36,7 +36,7 @@
|
||||
|
||||
<?php
|
||||
View::show(
|
||||
"appreciations/view",
|
||||
"appreciations/view_all",
|
||||
array(
|
||||
"APPRS" => $A_view["APPRS"],
|
||||
"ADMIN" => $A_view["ADMIN"]
|
||||
|
Loading…
Reference in New Issue
Block a user