[TYPO3] simple page template and rlmp tempselector -> problem

Pete Novak pete.n at hotmail.com
Wed Nov 21 20:31:56 CET 2007


Hi all,

I have a very simple  TS setup:

page = PAGE
page {

  bodyTag = <body>
  includeCSS {
    file1 = fileadmin/start.css
  }

  10 = TEMPLATE
  10 {
    template = FILE
    template.file = fileadmin/start.html

    workOnSubpart = DOCUMENT_BODY
    marks {
       MENU < lib.menu
       INHALT < styles.content.get
    }
  }
}

This  is very static so I tried to use the rplm template selector.
But I want to keep the simplicity, which means I _do NOT_ want to use auto 
make template parser.

Instead of making the 10 a TEMPLATE I tried something like this:

page = PAGE
page {

  bodyTag = <body>
  includeCSS {
    file1 = fileadmin/start.css
  }

  10  < plugin.tx_rlmptmplselector_pi1
  10 {
    workOnSubpart = DOCUMENT_BODY
    marks {
       MENU < lib.menu
       INHALT < styles.content.get
    }
  }
}


But unfortunately this does not work.
:-((

Could somebody help me or point me into the right direction?

Thank you !
Have a nice day!




More information about the TYPO3-english mailing list