Remove references to non-existent image files in error pages
phpcs-errors:0 phpunit-status:successful phpstan-errors:1
This commit is contained in:
parent
681665cabd
commit
5af76abcb7
|
@ -108,8 +108,6 @@ function mdExceptionHandler(Throwable $exception):void {
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
|
||||
<link rel="manifest" href="./manifest.webmanifest" />
|
||||
<link rel="shortcut icon" sizes="16x16 32x32" href="./db_images_gestaltung/mdlogo-32px.png" />
|
||||
<link rel="shortcut icon" sizes="64x64" href="./db_images_gestaltung/mdlogo-64px.png" />
|
||||
<link rel="stylesheet" type="text/css" href="css/main.min.css?2020013517" />
|
||||
<link rel="stylesheet" type="text/css" href="css/errorPage.css" />';
|
||||
if (!empty($_SESSION['dark-theme'])) $output .= '
|
||||
|
@ -122,7 +120,7 @@ function mdExceptionHandler(Throwable $exception):void {
|
|||
<body>
|
||||
|
||||
<main>
|
||||
<img src="./db_images_gestaltung/mdlogo-256px.png" />
|
||||
<img src="/assets/img/mdlogo-csvxml.svg" />
|
||||
<p>' . $errorMsg . '</p>
|
||||
|
||||
<nav>
|
||||
|
|
Loading…
Reference in New Issue
Block a user