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!


_______________________________________________
TYPO3-english mailing list
TYPO3-english@lists.netfielders.de
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english

Reply via email to