Skip to content

Instantly share code, notes, and snippets.

@tan3
Created April 3, 2014 08:01
Show Gist options
  • Save tan3/9950256 to your computer and use it in GitHub Desktop.
Save tan3/9950256 to your computer and use it in GitHub Desktop.
TYPO3: conditions
#
# browserweiche
#
[browser = msie] AND [version = <8]
page.includeCSS.iehacks = fileadmin/templates/css/patches/iehacks.css
[global]
#
# backenduser eingeloggt?
#
[globalVar = TSFE : beUserLogin > 0]
# code
[global]
#
# PIDinRootline und PIDupinRootline
#
[PIDupinRootline = 1]
[global]
[PIDinRootline = 10]
page.bodyTagAdd = class="registration"
[global]
#
# Language
#
[globalVar = GP:L = 1]
[global]
#
# Page UID
#
[globalVar = TSFE:id = 11]
[global]
#
# Host
#
[globalString = IENV:HTTP_HOST = example.com]
[global]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment