[TYPO3] printversion

Matyi Gábor gmatyi at freemail.hu
Wed Apr 19 17:34:40 CEST 2006


Sorry I'm newby.

I know that the problem, but I don't know, where I have to write what.

my typoscript template is:

page = PAGE
page.typeNum = 0
page.bodyTag = <body>
page.stylesheet = fileadmin/styles/ts-template-wrap.css

# Top
page.10 = COA
page.10 {

   stdWrap.wrap = <div id="container">|</div>

   10 = COA
   10.stdWrap.wrap = <div id="header">|</div>

   20 < temp.topnavigation
   20.stdWrap.wrap = <div id="topnavigation">|</div>

   30 = COA
   30 {
      10 < temp.subnavigation
      stdWrap.wrap = <div id="subnavigation">|</div>
   }

   40 = COA
   40 {
      10 < temp.contact      
      20 < temp.tipafriend
      30 < temp.search
      40 < temp.sitemap
      50 < temp.printversion
      stdWrap.wrap = <div id="othernavigation">|</div>      
   }

   # Content
   50 = COA
   50 {
      stdWrap.wrap = <div id="mainblock">|</div>
      10 < styles.content.get
      10.stdWrap.wrap = <div id="content">|</div>
   }
}


I don't know where I have to modify the page.typenum to 98

Thanks. Gabor Matyi

2006. április 19. 15.17 dátummal Dmitry Dulepov ezt írta:
>
> Probably you did not configure page object with typeNum=98...
>
> Dmitry.



More information about the TYPO3-english mailing list