Closed Fuzariane closed 8 years ago
Intégrer le nouveau code pour les favicon. Voir pour mettre des codes couleurs de base
<!-- Balise meta et autre de la config du site joomla --> <meta name="apple-mobile-web-app-title" content="xxxx"> <meta name="application-name" content="xxxx"> <meta name="msapplication-TileColor" content="#da532c"> <meta name="msapplication-TileImage" content="<?php echo $tmplpath ?>/mstile-144x144.png"> <meta name="msapplication-config" content="<?php echo $tmplpath ?>/images/template/favicon/browserconfig.xml"> <meta name="theme-color" content="#ffffff"> <!-- Les favicons autre que la favicon.ico generale genere par le jdoc:include --> <link rel="apple-touch-icon" sizes="57x57" href="<?php echo $tmplpath ?>/images/template/favicon/apple-touch-icon-57x57.png"> <link rel="apple-touch-icon" sizes="60x60" href="<?php echo $tmplpath ?>/images/template/favicon/apple-touch-icon-60x60.png"> <link rel="apple-touch-icon" sizes="72x72" href="<?php echo $tmplpath ?>/images/template/favicon/apple-touch-icon-72x72.png"> <link rel="apple-touch-icon" sizes="76x76" href="<?php echo $tmplpath ?>/images/template/favicon/apple-touch-icon-76x76.png"> <link rel="apple-touch-icon" sizes="114x114" href="<?php echo $tmplpath ?>/images/template/favicon/apple-touch-icon-114x114.png"> <link rel="apple-touch-icon" sizes="120x120" href="<?php echo $tmplpath ?>/images/template/favicon/apple-touch-icon-120x120.png"> <link rel="apple-touch-icon" sizes="144x144" href="<?php echo $tmplpath ?>/images/template/favicon/apple-touch-icon-144x144.png"> <link rel="apple-touch-icon" sizes="152x152" href="<?php echo $tmplpath ?>/images/template/favicon/apple-touch-icon-152x152.png"> <link rel="apple-touch-icon" sizes="180x180" href="<?php echo $tmplpath ?>/images/template/favicon/apple-touch-icon-180x180.png"> <link rel="icon" type="image/png" href="<?php echo $tmplpath ?>/images/template/favicon/favicon-32x32.png" sizes="32x32"> <link rel="icon" type="image/png" href="<?php echo $tmplpath ?>/images/template/favicon/android-chrome-192x192.png" sizes="192x192"> <link rel="icon" type="image/png" href="<?php echo $tmplpath ?>/images/template/favicon/favicon-96x96.png" sizes="96x96"> <link rel="icon" type="image/png" href="<?php echo $tmplpath ?>/images/template/favicon/favicon-16x16.png" sizes="16x16"> <link rel="manifest" href="<?php echo $tmplpath ?>/images/template/favicon/manifest.json"> <link rel="mask-icon" href="<?php echo $tmplpath ?>/images/template/favicon/safari-pinned-tab.svg" color="#5bbad5"> <!--[if ie]> <meta content='IE=8' http-equiv='X-UA-Compatible'/> <![endif]--> <!-- Fin favicon <link rel="stylesheet" href="<?php echo $tmplpath ?>/templates/system/css/system.css" type="text/css" /> <link rel="stylesheet" href="<?php echo $tmplpath ?>/templates/system/css/general.css" type="text/css" /> -->
Fix in 492c5a2da82c6eb7e3f702b04ec6f55e1f2a3b96 nouvel appel des favicons et nouvelles images dans le dossier favicon.
Intégrer le nouveau code pour les favicon. Voir pour mettre des codes couleurs de base