[Typo3] Newbie content not showing

Thomas Bolioli tpblists at terranovum.com
Fri May 6 18:31:52 CEST 2005


I have the following typoscript and the content is not getting put into 
the page. I have the proper comment in the html:
            <!-- ###CONTENT### -->
            <p>&nbsp;</p>
            <!-- ###CONTENT### -->
What am I doing wrong?
Thanks in advance,
Tom

# Template content object:
temp.mainTemplate = TEMPLATE
temp.mainTemplate {
    template = FILE
    template.file = fileadmin/templates/EBCabout.html
    workOnSubpart = DOCUMENT_BODY
}

# Default PAGE object:
page = PAGE
page.typeNum = 0
page.bodyTag = <body>
page.10 < temp.mainTemplate
page.config.doctype = xhtml_trans
page.stylesheet = fileadmin/templates/global.css
page.10 = TEMPLATE
page.10 {
    workOnSubpart = DOCUMENT_BODY
    subparts.CONTENT < styles.content.get

    #subparts.NAV3.stdWrap.htmlSpecialChars = 1
    #subparts.NAV3 = HMENU
    #subparts.NAV3.entryLevel = 3
    #subparts.NAV3.1 = TMENU
    #subparts.NAV3.1.NO {
    #    allWrap = <div>|</div>
    #    #ATagParams = class="menu1-level1-no"
    #}
}




More information about the TYPO3-english mailing list