pass the whole structure from recipe view to all apprs view
This commit is contained in:
parent
3627fc92ab
commit
899e6e0559
@ -35,13 +35,7 @@
|
||||
<p>By <?= $A_view["AUTHOR_USERNAME"] ?></p>
|
||||
|
||||
<?php
|
||||
View::show(
|
||||
"appreciations/view_all",
|
||||
array(
|
||||
"APPRS" => $A_view["APPRS"],
|
||||
"ADMIN" => $A_view["ADMIN"]
|
||||
)
|
||||
);
|
||||
View::show("appreciations/view_all", $A_view)
|
||||
?>
|
||||
|
||||
</main>
|
||||
|
Loading…
Reference in New Issue
Block a user