You are here

mobile-tools-header.tpl.php in Mobile Tools 6.3

mobile-tools-header.tpl.php

Some extra settings for in the <head /> tag specific for mobile

File

theme/mobile-tools-header.tpl.php
View 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=""/>