summaryrefslogtreecommitdiff
path: root/src/web/_views/people/people.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/web/_views/people/people.php')
-rw-r--r--src/web/_views/people/people.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/web/_views/people/people.php b/src/web/_views/people/people.php
new file mode 100644
index 0000000..8726f1d
--- /dev/null
+++ b/src/web/_views/people/people.php
@@ -0,0 +1,5 @@
+<?php /* Copyright (c) 2024 Freya Murphy */
+foreach($users as $user) {
+ $this->view('people/card', array('user' => $user));
+}
+?>