From b1d6fbc4d740324d96d7fe2677fb15b9b59d20ea Mon Sep 17 00:00:00 2001 From: winter Date: Thu, 16 Jan 2025 20:21:42 +0000 Subject: follow requests --- templates/follow_requests_page.php | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 templates/follow_requests_page.php (limited to 'templates/follow_requests_page.php') diff --git a/templates/follow_requests_page.php b/templates/follow_requests_page.php new file mode 100644 index 0000000..f93601c --- /dev/null +++ b/templates/follow_requests_page.php @@ -0,0 +1,9 @@ + __('followRequests.pageTitle')], function () { + global $actors; + if (count($actors) == 0) { + call_template('placeholder_text'); + } + foreach ($actors as $actor) { + call_template('actor_profile', ['actor' => $actor, 'addLink' => true]); + } +}); \ No newline at end of file -- cgit v1.3