fixes #2380 favicon now visible from access warning page

This commit is contained in:
Perrom
2025-06-30 11:31:47 +02:00
parent b825f45537
commit cd09c76c0c

View File

@@ -267,6 +267,7 @@ function access_denied()
$access_denied_html =
'<meta http-equiv="Content-Type" content="text/html; charset=utf-8">'.
'<link rel="shortcut icon" type="image/x-icon" href="themes/default/icon/favicon.ico">'.
'<div style="display: flex; justify-content: center;align-items: center;height: 100vh;margin: 0;color: #3C3C3C;font-family: \'Open Sans\', sans-serif;font-size: 20px;font-style: normal;font-weight: 600;line-height: normal;">'.
'<div style="text-align:center;">'.
'<img src="themes/default/icon/warning-triangle.svg" alt="warning-triangle" >'.