vers. 2.6.0
This commit is contained in:
+4
-2
@@ -25,10 +25,12 @@ header('Referrer-Policy: strict-origin-when-cross-origin');
|
||||
<meta name="mobile-web-app-capable" content="yes">
|
||||
<meta name="application-name" content="<?php echo $title_site; ?>">
|
||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black">
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
|
||||
<meta name="apple-mobile-web-app-title" content="<?php echo $title_site; ?>">
|
||||
<meta name="theme-color" content="#2a377e">
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="#2a377e">
|
||||
<link rel="apple-touch-icon" href="<?=$base_path?>/img/logoapp.png">
|
||||
<link rel="apple-touch-icon" sizes="152x152" href="<?=$base_path?>/img/icons/icon-152x152.png">
|
||||
<link rel="apple-touch-icon" sizes="192x192" href="<?=$base_path?>/img/icons/icon-192x192.png">
|
||||
<meta name="screen-orientation" content="portrait">
|
||||
<meta name="x5-orientation" content="portrait">
|
||||
<meta name="x5-fullscreen" content="true">
|
||||
|
||||
Reference in New Issue
Block a user