[TYPO3-english] How to pass a parameter through a whole TYPO3 site in 4.5 respecting caching?
Stephen Bungert
stephenbungert at yahoo.de
Wed Nov 27 11:16:22 CET 2013
You can use defaultGetVars to set params, anywhere that uses typolink will
then add the vars to the links generated.
config {
defaultGetVars {
myvar = myvalue
}
linkVars = myvar
}
More information about the TYPO3-english
mailing list