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
   <meta name="viewport" content="width=device-width, initial-scale=1.0">
11
   <meta name="viewport" content="width=device-width, initial-scale=1.0">
12
   <meta name="userid" content="<?=G::$LoggedUser['ID']?>">
12
   <meta name="userid" content="<?=G::$LoggedUser['ID']?>">
13
   <meta name="authkey" content="<?=G::$LoggedUser['AuthKey']?>">
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
   <link rel="manifest" href="/manifest.php">
15
   <link rel="manifest" href="/manifest.php">
16
   <link rel="search" type="application/opensearchdescription+xml" title="<?=SITE_NAME?>" href="<?=STATIC_SERVER?>opensearch.xml">
16
   <link rel="search" type="application/opensearchdescription+xml" title="<?=SITE_NAME?>" href="<?=STATIC_SERVER?>opensearch.xml">
17
   <link rel="alternate" type="application/rss+xml"
17
   <link rel="alternate" type="application/rss+xml"

+ 1
- 1
design/publicheader.php View File

9
   <meta http-equiv="X-UA-Compatible" content="IE=edge">
9
   <meta http-equiv="X-UA-Compatible" content="IE=edge">
10
   <meta name="viewport" content="width=device-width, initial-scale=1.0">
10
   <meta name="viewport" content="width=device-width, initial-scale=1.0">
11
   <meta name="theme-color" content="#461640">
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
   <link rel="manifest" href="/manifest.php">
13
   <link rel="manifest" href="/manifest.php">
14
   <link href="<?=STATIC_SERVER ?>styles/public/style.css?v=<?=filemtime(SERVER_ROOT.'/static/styles/public/style.css')?>" rel="stylesheet" type="text/css">
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
   <InputEncoding>UTF-8</InputEncoding>
5
   <InputEncoding>UTF-8</InputEncoding>
6
   <OutputEncoding>UTF-8</OutputEncoding>
6
   <OutputEncoding>UTF-8</OutputEncoding>
7
   <AdultContent>true</AdultContent>
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
   <Url type="text/html" template="https://oppaiti.me/torrents.php?searchstr={searchTerms}"/>
9
   <Url type="text/html" template="https://oppaiti.me/torrents.php?searchstr={searchTerms}"/>
10
 </OpenSearchDescription>
10
 </OpenSearchDescription>

Loading…
Cancel
Save