Browse Source

Replace favicon

pjc 5 years ago
parent
commit
59e913291d
4 changed files with 3 additions and 3 deletions
  1. 1
    1
      design/privateheader.php
  2. 1
    1
      design/publicheader.php
  3. BIN
      favicon.png
  4. 1
    1
      static/opensearch.xml

+ 1
- 1
design/privateheader.php View File

@@ -11,7 +11,7 @@ define('FOOTER_FILE', SERVER_ROOT.'/design/privatefooter.php');
11 11
   <meta name="viewport" content="width=device-width, initial-scale=1.0">
12 12
   <meta name="userid" content="<?=G::$LoggedUser['ID']?>">
13 13
   <meta name="authkey" content="<?=G::$LoggedUser['AuthKey']?>">
14
-  <link rel="shortcut icon" href="favicon.ico?v=<?=md5_file('favicon.ico')?>">
14
+  <link rel="shortcut icon" href="favicon.png?v=<?=md5_file('favicon.png')?>">
15 15
   <link rel="manifest" href="/manifest.php">
16 16
   <link rel="search" type="application/opensearchdescription+xml" title="<?=SITE_NAME?>" href="<?=STATIC_SERVER?>opensearch.xml">
17 17
   <link rel="alternate" type="application/rss+xml"

+ 1
- 1
design/publicheader.php View File

@@ -9,7 +9,7 @@ define('FOOTER_FILE',SERVER_ROOT.'/design/publicfooter.php');
9 9
   <meta http-equiv="X-UA-Compatible" content="IE=edge">
10 10
   <meta name="viewport" content="width=device-width, initial-scale=1.0">
11 11
   <meta name="theme-color" content="#461640">
12
-  <link rel="shortcut icon" href="favicon.ico?v=<?=md5_file('favicon.ico');?>">
12
+  <link rel="shortcut icon" href="favicon.png?v=<?=md5_file('favicon.png');?>">
13 13
   <link rel="manifest" href="/manifest.php">
14 14
   <link href="<?=STATIC_SERVER ?>styles/public/style.css?v=<?=filemtime(SERVER_ROOT.'/static/styles/public/style.css')?>" rel="stylesheet" type="text/css">
15 15
 <?

BIN
favicon.png View File


+ 1
- 1
static/opensearch.xml View File

@@ -5,6 +5,6 @@
5 5
   <InputEncoding>UTF-8</InputEncoding>
6 6
   <OutputEncoding>UTF-8</OutputEncoding>
7 7
   <AdultContent>true</AdultContent>
8
-  <Image height="16" width="16" type="image/vnd.microsoft.icon">https://oppaiti.me/favicon.ico</Image>
8
+  <Image height="16" width="16" type="image/vnd.microsoft.icon">https://oppaiti.me/favicon.png</Image>
9 9
   <Url type="text/html" template="https://oppaiti.me/torrents.php?searchstr={searchTerms}"/>
10 10
 </OpenSearchDescription>

Loading…
Cancel
Save