[TYPO3] Gifbuilder and page title

JoH asenau info at cybercraft.de
Tue Jun 12 11:03:20 CEST 2007


> I have done a graphical header in my web using the example describe
> in the Wiki:
>
> http://wiki.typo3.org/index.php/GIFBUILDER
>
> but I want to show the page title. I have search a lot for the
> solution and I find some documentation (specially about the use
> of .data instead of .field) and tips but all my tests failed. This is
> the code I use in the template:
>                                  10 = TEXT
>                                  10 {
>                                       # Next line is the problem,
> with text = any text works
>                                        data = page:title
>
> Any suggestion?

This is  GIFBUILDER TEXT element, so the handling is a bit different to the
TEXT only element. There has to be "text" and this can be filled using
stdWrap properties:

10 {
    text.field = title
}

or

10 {
    text.data = page:title
}

HTH

Joey

-- 
Wenn man keine Ahnung hat: Einfach mal Fresse halten!
(If you have no clues: simply shut your gob sometimes!)
Dieter Nuhr, German comedian
openBC/Xing: http://www.cybercraft.de
T3 cookbook: http://www.typo3experts.com




More information about the TYPO3-english mailing list