vers. 2.6.0

This commit is contained in:
2026-07-14 04:33:26 +02:00
parent 42eebc9484
commit 189a9114ff
10 changed files with 964 additions and 169 deletions
+4 -2
View File
@@ -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">