Add favicon to table, summ,ary and details webpages

This commit is contained in:
2025-09-04 19:28:36 +01:00
parent b070554fdd
commit 88bc38adf3
5 changed files with 9 additions and 2 deletions

View File

@@ -227,6 +227,8 @@ $conn->close();
<meta charset="UTF-8">
<title>Log details for PID <?= e($pid) ?> (record <?= e($id) ?>)</title>
<link rel="stylesheet" type="text/css" href="css/mailstats.css" />
<link rel="icon" type="image/x-icon" href="favicon.ico">
</head>
<body>
<div class="mailstats-detail">

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB

View File

@@ -200,6 +200,7 @@ function generateLogDataTable($logData) {
<meta charset="UTF-8">
<title>Summary Logs</title>
<link rel="stylesheet" type="text/css" href="css/mailstats.css" />
<link rel="icon" type="image/x-icon" href="favicon.ico">
</head>
<body>
<div class="mailstats-summary">