mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-05-03 03:52:54 +02:00
fixes #2380 favicon now visible from access warning page
This commit is contained in:
@@ -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" >'.
|
||||
|
||||
Reference in New Issue
Block a user