summaryrefslogtreecommitdiff
path: root/public/account
diff options
context:
space:
mode:
Diffstat (limited to 'public/account')
-rw-r--r--public/account/index.php1
-rw-r--r--public/account/login/index.php1
2 files changed, 2 insertions, 0 deletions
diff --git a/public/account/index.php b/public/account/index.php
index 6b1385f..ff0b745 100644
--- a/public/account/index.php
+++ b/public/account/index.php
@@ -72,6 +72,7 @@ if ($_SERVER['REQUEST_METHOD'] == "POST") {
<head>
<title>Account management - <?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>
diff --git a/public/account/login/index.php b/public/account/login/index.php
index 954ccc9..4eb37ae 100644
--- a/public/account/login/index.php
+++ b/public/account/login/index.php
@@ -18,6 +18,7 @@ if (!ACCOUNT_REGISTRATION_ENABLE) {
<head>
<title>Login - <?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>