[TYPO3] div stages with typoscript
Matyi Gábor
gmatyi at freemail.hu
Tue Feb 28 16:47:06 CET 2006
Hi,
My root template looks like so:
# Top
## rootline
page.10 < temp.rootline_autoparser_tswrap
page.10.stdWrap.wrap = <div id="rootline">|</div>
## Header
page.20 < temp.header_tswrap_autoparser
page.20.stdWrap.wrap = <div id="header">|</div>
## Main Navigation
page.30 < temp.navigation_autoparser_tswrap
page.30.stdWrap.wrap = <div id="navi">|</div>
...
the generated .html template
<body>
<div id="rootline">.....</div>
<div id="header">...</div>
<div id="navi">...</div>
....
</body>
instead of this I'd like to get the following html temlate.
<body>
<div id="container">
<div id="rootline">.....</div>
<div id="header">...</div>
<div id="navi">...</div>
.....
</div>
....
</body>
Does anybody, what do I write for this my typoscript template?
Thanks
Gabor
___________________________________________________________________________
Levelező NYELVTANFOLYAMOK online házifeladat lehetőséggel és CD melléklettel! Jelentkezzen most!
http://www.elo.hu/free
More information about the TYPO3-english
mailing list