pjc 5 years ago
parent
commit
e3ab61890d
2 changed files with 2 additions and 2 deletions
  1. 1
    1
      design/privateheader.php
  2. 1
    1
      design/publicheader.php

+ 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="/static/common/icon.png?v=<?=md5_file('/static/common/icon.png')?>">
14
+  <link rel="shortcut icon" href="static/common/icon.png?v=<?=md5_file('static/common/icon.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="/static/common/icon.png?v=<?=md5_file('/static/common/icon.png');?>">
12
+  <link rel="shortcut icon" href="static/common/icon.png?v=<?=md5_file('static/common/icon.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
 <?

Loading…
Cancel
Save