summaryrefslogtreecommitdiff
path: root/public/users.php
diff options
context:
space:
mode:
authorilotterytea <iltsu@alright.party>2025-05-03 01:44:47 +0500
committerilotterytea <iltsu@alright.party>2025-05-03 01:44:47 +0500
commita8272c3db0153aedc5e1641c4b3fc05666c632e4 (patch)
tree328fa4e8cea596831206adebcad2e2ec3d511b80 /public/users.php
parent00fd9ddb01e9632992ba21c80c36bb072de9273d (diff)
feat: favicon
Diffstat (limited to 'public/users.php')
-rw-r--r--public/users.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/public/users.php b/public/users.php
index fbedb4d..95a7958 100644
--- a/public/users.php
+++ b/public/users.php
@@ -54,6 +54,7 @@ if ($id == "" && $alias_id == "") {
<head>
<title>User list - <?php echo INSTANCE_NAME ?></title>
<link rel="stylesheet" href="/static/style.css">
+ <link rel="shortcut icon" href="/static/favicon.ico" type="image/x-icon">
</head>
<body>
@@ -309,6 +310,7 @@ if ($is_json) {
<head>
<title><?php echo sprintf("%s - %s", $user->username(), INSTANCE_NAME) ?></title>
<link rel="stylesheet" href="/static/style.css">
+ <link rel="shortcut icon" href="/static/favicon.ico" type="image/x-icon">
</head>
<body>