From 740df2706934231a91c5e2d5061198ea962c357c Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Wed, 3 Apr 2024 11:25:57 -0400 Subject: profile page --- src/web/_views/template/posts.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/web/_views/template/posts.php') diff --git a/src/web/_views/template/posts.php b/src/web/_views/template/posts.php index 5e9156c..5fec698 100644 --- a/src/web/_views/template/posts.php +++ b/src/web/_views/template/posts.php @@ -6,16 +6,18 @@ $page_size = $pdata['page_size']; $total = $pdata['total']; $max = $pdata['max']; + $filterUid = $pdata['filter_uid']; if ($loaded >= $page_size && $page_size < $total) { ilang('action_load_posts', id: 'action-load-posts', - class: 'btn btn-line btn-wide mb', + class: 'btn btn-line btn-wide mb mt', attrs: array( 'loaded' => $loaded, 'pageSize' => $page_size, 'postCount' => $total, 'postMax' => $max, + 'userId' => $filterUid ) ); } -- cgit v1.2.3-freya