Ich schätze mal so:
Typoscript: new root Template auf der Seite mit der Extension, im Setup eintragen:
# This is to prevent TYPO3 from creating an html-header
config.disableAllHeaderCode = 1
# empty page-Object here –
# ATTENTION: You have to change the object-name if you didn't use page
page >
page = PAGE
page.typoNum = 0
# Default theme is apple. You can create a new template
#if you want and change themename here
plugin.tx_t3miphoneweb_pi1 {
themeName = apple
resourcesDir = typo3conf/ext/t3m_iphoneweb/resources
}
#now insert pplugin in page
page.10 < plugin.tx_t3miphoneweb_pi1
Und das im normalen Haupttemplate im Setup (am Ende) :
#Now insert this TS-Code in your main TS-Template.
#Adjust the id (here 79) to the uid of the page you created.
# iPhone browser switch
[useragent = *iPhone*]
page >
page = PAGE
page.meta.REFRESH = 0;index.php?id=79
[end]
Schreibst dafür ob es funktioniert, evtl. mit Link wie es aussieht?
LG Andrea




LinkBack URL
About LinkBacks
Zitieren
Lesezeichen