Hier werden die Unterschiede zwischen zwei Versionen der Seite angezeigt.
| Beide Seiten, vorherige ÜberarbeitungVorherige ÜberarbeitungNächste Überarbeitung | Vorherige Überarbeitung | ||
| typo3:templavoila [2013/12/03 23:33] – admin | typo3:templavoila [2013/12/06 21:53] (aktuell) – admin | ||
|---|---|---|---|
| Zeile 6: | Zeile 6: | ||
| # Deutsch | # Deutsch | ||
| plugin.tx_templavoila_pi1.TSconst { | plugin.tx_templavoila_pi1.TSconst { | ||
| - | inhalt = Deutscher Text | + | |
| } | } | ||
| Zeile 12: | Zeile 12: | ||
| [globalVar = GP:L = 1] | [globalVar = GP:L = 1] | ||
| plugin.tx_templavoila_pi1.TSconst { | plugin.tx_templavoila_pi1.TSconst { | ||
| - | inhalt = Englischer Text | + | |
| } | } | ||
| [global] | [global] | ||
| Zeile 22: | Zeile 22: | ||
| 10.value = {$TSconst.inhalt} | 10.value = {$TSconst.inhalt} | ||
| </ | </ | ||
| + | |||
| + | <WRAP tip> | ||
| + | Mögliche Fehlerquellen, | ||
| + | * Bei der Konstante fehlt das '' | ||
| + | * Das Typoscript aus Punkt 1 wurde nicht im Setup-Feld, sondern unter Constants eingetragen | ||
| + | </ | ||