[Typo3] Page Title/ Page Header

Sacha Vorbeck sachav at gmx.net
Thu Apr 14 13:14:36 CEST 2005


Hi,

Roberts, Emma wrote:
> Is there some clever way of generating the first page header from the page
> title?
> 
> It would save me loads of time!

if you always have a heading on top of your content, you could add a 
special marker for it in your design-template.

The marker could then be filled like this:

marks.headline = COA
marks.headline {
   10 = TEXT
   10  {
     field = title
     #required = 1
     #wrap = <h1>|</h1>
   }
}

Hope I got your question right.

-- 
Ciao,
Sacha



More information about the TYPO3-english mailing list