summaryrefslogtreecommitdiff
path: root/src/web/_views/apps/people/people.php
blob: 5fc0d178bd24a9afbe7423301a978bea1be40ec1 (plain)
1
2
3
4
5
6
7
<?php /* Copyright (c) 2024 Freya Murphy */ ?>
<?php /* vi: syntax=php */ ?>
<?php
	foreach($users as $user) {
		$this->view('apps/people/card', array('user' => $user));
	}
?>