[TYPO3-german] Typoscript: config.sys_language_uid innerhalb SELECT
    Stephan Vidar 
    vidvid at freakmail.de
       
    Tue Dec 14 10:57:23 CET 2010
    
    
  
Hallo zusammen,
ich suche nach einer Möglichkeit innerhalb eines SELECT's im Typoscript 
den aktuellen Wert von config.sys_language_uid zu benutzen. Hat jemand 
eine Idee, wie das gehen könnte?
Gruß, Stephan
Typoscript:
-----------
tmp = CONTENT
tmp {
	table = tt_content
	select {
		where = sys_language_uid = *config.sys_language_uid*
		orderBy = tstamp DESC
		pidInList = 1
		recursive = 10
		max = 1
	}
	...
}
    
    
More information about the TYPO3-german
mailing list