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
        }

        ...
}
_______________________________________________
TYPO3-german mailing list
TYPO3-german@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german

Antwort per Email an