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>
|
<p>By <?= $A_view["AUTHOR_USERNAME"] ?></p>
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
View::show(
|
View::show("appreciations/view_all", $A_view)
|
||||||
"appreciations/view_all",
|
|
||||||
array(
|
|
||||||
"APPRS" => $A_view["APPRS"],
|
|
||||||
"ADMIN" => $A_view["ADMIN"]
|
|
||||||
)
|
|
||||||
);
|
|
||||||
?>
|
?>
|
||||||
|
|
||||||
</main>
|
</main>
|
||||||
|
Loading…
Reference in New Issue
Block a user