[TYPO3-english] Re: Empty body content

Viktor Livakivskyi invisible.kinder at gmail.com
Tue Aug 20 10:57:56 CEST 2013


Hi.

Sounds. like you need to define a different page type.
Something, like:

empty_body = PAGE
empty_body {
  typeNum = 234

  config {
    disableAllHeaderCode = 1
    disableCharsetHeader = 1
    disablePrefixComment = 1
  }
}

And then you can form htnl header in a way you like and call a page, as index.php?id=<whatever>&type=234


More information about the TYPO3-english mailing list