

TSFE also holds some information on the current user's browser.
The values returned are similar to those used in the CONDITIONS browser, version & system.
(See: http://typo3.org/documentation/document-library/references/doc_core_tsref/4.0.0/view/4/1/ )
lib.clientInfo = COA_INT lib.clientInfo { 10 = TEXT 10.data = TSFE:clientInfo|BROWSER 10.wrap = Browser = |<br /> 20 = TEXT 20.data = TSFE:clientInfo|VERSION 20.wrap = Version = |<br /> 30 = TEXT 30.data = TSFE:clientInfo|SYSTEM 30.wrap = System = |<br /> 40 = TEXT 40.data = TSFE:clientInfo|FORMSTYLE 40.wrap = Formstyle?? = |<br /> }
Related snippets:
More fun with TSFE - Getting image information
Fun with TSFE Part 1: Getting additional IMAGE imformation
Fun with TSFE Part 2: Getting additional typolink information
Fun with TSFE Part 4: Other useful information
This snippet was submitted by Peter Klein




Add comment