Skip to content

Instantly share code, notes, and snippets.

<?php
/**
* Ajouter les méta spécifiques aux Devices Apples
* */
function THEME_NAME_preprocess_html(&$variables) {
//regular apple-touch-icon
$apple = array(
'#tag' => 'link', // The #tag is the html tag - <link />
'#attributes' => array( // Set up an array of attributes inside the tag
'rel' => 'apple-touch-icon',