Skip to content

Instantly share code, notes, and snippets.

@torwei
Created January 13, 2012 13:47
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save torwei/1606304 to your computer and use it in GitHub Desktop.
Save torwei/1606304 to your computer and use it in GitHub Desktop.
Typoscript file to add headerData for iPhone, iPad optimized TYPO3 output
# Typoscript Solutions - Programming by Torsten Weiler
#
# These typoscript are created and developed by Torsten Weiler, Lowersaxony
# Internet: http://www.torsten-weiler.de
# eMail: mail@torsten-weiler.de
# (c) 2012 Internet Agentur Torsten Weiler, 26465 Langeoog.
## CONSTANTS
myConst.iPhone.touchIcon = path/to/the/57x57/icon.png
## SETUP
page.headerData.10=TEXT
page.headerData.10.value (
<meta name="viewport" content="width = 630">
<meta name="apple-mobile-web-app-capable" content="yes" />
<link rel="apple-touch-icon" href="{$myConst.iPhone.touchIcon}"/>
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment