summaryrefslogtreecommitdiff
path: root/web/views/template/pfp.php
diff options
context:
space:
mode:
Diffstat (limited to 'web/views/template/pfp.php')
-rw-r--r--web/views/template/pfp.php8
1 files changed, 0 insertions, 8 deletions
diff --git a/web/views/template/pfp.php b/web/views/template/pfp.php
deleted file mode 100644
index aec7318..0000000
--- a/web/views/template/pfp.php
+++ /dev/null
@@ -1,8 +0,0 @@
-<?php /* Copyright (c) 2024 Freya Murphy */ ?>
-<?php /* vi: syntax=php */ ?>
-<?php
- $class = isset($class) ? $class : '';
-?>
-<a class="image-loading pfp <?=$class?>" href="/profile?id=<?=$user['id']?>">
- <img src="/api/rpc/avatar?user_id=<?=$user['id']?>" />
-</a>