Add favicon to table, summ,ary and details webpages
This commit is contained in:
@@ -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">
|
||||
|
BIN
root/opt/mailstats/html/favicon.ico
Normal file
BIN
root/opt/mailstats/html/favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.0 KiB |
@@ -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">
|
||||
|
@@ -3,6 +3,7 @@
|
||||
<meta charset="utf-8">
|
||||
<title>SMEServer Mailstats</title>
|
||||
<link rel='stylesheet' type='text/css' href='css/mailstats.css' />
|
||||
<link rel="icon" type="image/x-icon" href="favicon.ico">
|
||||
<!-- Check links -->
|
||||
<!--css here-->
|
||||
</head>
|
||||
|
Reference in New Issue
Block a user