From 1af6b91342f8e8ee61eccf6673b5e0db6d4e7002 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Sat, 10 May 2025 22:55:31 +0500 Subject: feat: badges table --- public/users.php | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'public') diff --git a/public/users.php b/public/users.php index 1d803e7..3320451 100644 --- a/public/users.php +++ b/public/users.php @@ -344,7 +344,6 @@ if ($is_json) { sprintf("background: rgba(%s);", $bg_color_split[1]), @@ -353,11 +352,11 @@ if ($is_json) { default => "" }; - if (is_file($_SERVER["DOCUMENT_ROOT"] . $badge_path)): ?> + if ($role["badge_id"]): ?>
- <?php echo $role[" width="54" - height="54"> + /3x.webp" + alt="" width="54" height="54">

-- cgit v1.2.3