[TYPO3-english] [TV] colon in page title
    Andreas Burg 
    typo3 at andreasburg.de
       
    Fri Mar 13 16:37:26 CET 2009
    
    
  
Hi Tommy,
  > I can't seem to find how I can change the : (colon) in the title of the
> page (which is default the 'template title' : 'page title').
try something like this, but also read in TSref bout what you are doing with it:
config.noPageTitle = 2
page.headerData {
   10.wrap = <title>|</title>
   # code below is just a sample
   10 = HMENU
   10 {
     special = rootline
     special.range = 2|-1
     1 = TMENU
     1 {
       NO = 1
       NO.stdWrap.field = nav_title // title
       NO.allWrap = My great page > ||*|  > |
       NO.stdWrap.htmlSpecialChars = 1
       NO.doNotLinkIt = 1
     }
   }
}
-- 
Andreas
Mailing list rules & guidelines (Mailing list Regeln & Leitfaden):
http://typo3.org/community/mailing-lists/
http://typo3.org/community/mailing-lists/mailing-list-rules-guidelines/
    
    
More information about the TYPO3-english
mailing list