В template.php вашей папки темы:
function your_theme_preprocess_html(&$variables) {
$appleIcon57px = array('#tag' => 'link', '#attributes' => array('rel' => 'apple-touch-icon', 'href' => '/images/ICONE-57.png', 'type' => 'image/png', 'media' => 'screen and (resolution: 163dpi)'),);
drupal_add_html_head($appleIcon57px, 'apple-touch-icon57');
}