|
@@ -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="/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
|
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"
|