[TYPO3-UG Muenchen] Constanten aus file ähnlich INCLUDE_TYPOSCRIPT
    micho edo 
    micho2 at gmx.de
       
    Wed Jul 25 12:32:04 CEST 2007
    
    
  
Danke, aber es klappt nicht.
Andreas Eberhard schrieb:
> Also bei mir sieht das z.B. folgendermassen aus und funktioniert super ...
> 
> Textdatei die includet wird:
>   lang.constants >
>   lang.constants {
>     clickpath.prefix = You are here:
>     ...
>   }
> 
> Typoscript:
>   ...
>   wasauchimmer.wrap = {$lang.constants.clickpath.prefix}
>   ...
mein includiertes definitionsfile:
col >
col {
  hintergrund = #FFFFFF
}
im Typoscriot steht dann:
30 = TEXT
   30 {
   value= {$col.hintergrund} TEST
wird als {$col.hintergrund} TEST ausgegeben, die Constante wird nicht 
ausgewertet.
wenn ich dagegen value < col.hintergrund schreibe, klappt es.
Woran kann das liegen?
    
    
More information about the TYPO3-muenchen
mailing list