[TYPO3] GIFBUILDER & title

Steve Trendel list.netfielders.de at ittibitti.org
Wed Jul 4 16:54:39 CEST 2007


I would like to place graphic page titles in my template using this
Typoscript:
[quote]
page.5 = IMAGE
page.5.file = GIFBUILDER
page.5.file {
  XY = 500,40
  backColor = #dff3d1
  20 = TEXT
  20.text.field = title
  20.fontFile = t3lib/fonts/Dragonfly.ttf
  20.fontSize = 35
  20.fontColor = black
  20.offset = 30,35
  20.align=left
}[/quote]

The problem is that that value for 'title' doesn't get passed into
20.text.field.  How would I do this correctly?

Thanks for reading,
-Steve





More information about the TYPO3-english mailing list