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