Changeset 659

Show
Ignore:
Timestamp:
05/22/08 00:19:13 (3 months ago)
Author:
wdickinson
Message:

Added an Apple Touch Icon to the iMT plugin. Applied a fix to the viewport width.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/iMT/plugins/iMT/tmpl/header.tmpl

    r316 r659  
    66    <title><TMPL_LOOP NAME=PAGE_TITLES><TMPL_VAR NAME=BC_NAME> | </TMPL_LOOP><TMPL_IF NAME=PORTAL_LABEL><TMPL_VAR NAME=PORTAL_LABEL ESCAPE=HTML><TMPL_ELSE><MT_TRANS phrase="TypePad"></TMPL_IF></title> 
    77    <meta http-equiv="content-type" content="text/html; charset=<TMPL_VAR NAME=LANGUAGE_ENCODING>" /> 
    8     <meta name="viewport" content="maximum-scale=1.0,width=320,initial-scale=1.0" /> 
     8    <meta name="viewport" content="maximum-scale=1.0,width=device-width,initial-scale=1.0" /> 
    99    <link rel="stylesheet" href="<TMPL_VAR NAME=STATIC_URI>css/iphone.css" type="text/css" media="screen" /> 
     10    <link rel="apple-touch-icon" href="<TMPL_VAR NAME=STATIC_URI>images/iphone/apple-touch-icon.png" /> 
    1011    <script type="text/javascript" src="<TMPL_VAR NAME=STATIC_URI>js/tc.js"></script> 
    1112    <script type="text/javascript" src="<TMPL_VAR NAME=STATIC_URI>js/iphone.js"></script>