summaryrefslogtreecommitdiff
path: root/src/web/_views/apps/people/card.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/web/_views/apps/people/card.php')
-rw-r--r--src/web/_views/apps/people/card.php15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/web/_views/apps/people/card.php b/src/web/_views/apps/people/card.php
deleted file mode 100644
index 93b1350..0000000
--- a/src/web/_views/apps/people/card.php
+++ /dev/null
@@ -1,15 +0,0 @@
-<?php /* Copyright (c) 2024 Freya Murphy */ ?>
-<?php /* vi: syntax=php */ ?>
-<a
- class="card profile"
- href="/profile?id=<?=$user['id']?>"
->
- <div class="col">
- <?=pfp($user, FALSE)?>
- <div class="col ml">
- <span class="name"><?=$this->format_model->name($user)?></span>
- <span class="subtext"><?=$user['username']?></span>
- </div>
- </div>
-</a>
-<?