mobile-tools-header.tpl.php in Mobile Tools 6.3
Some extra settings for in the <head /> tag specific for mobile
1 theme call to mobile-tools-header.tpl.php
File
theme/mobile-tools-header.tpl.phpView source
<?php
/**
* @file mobile-tools-header.tpl.php
*
* Some extra settings for in the <head /> tag specific for mobile
*/
?>
<meta name = "viewport" content = "user-scalable=no, width=device-width, maximum-scale=1.0" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="HandheldFriendly" content="true" />
<link rel="apple-touch-icon" href=""/>