[Typo3] Problem inserting content in template
luc_boudreau at uqss.uquebec.ca
luc_boudreau at uqss.uquebec.ca
Tue Jul 26 20:55:28 CEST 2005
Hi,
I'm working on a new template and I can't make t3 include the content in the template. The webpage is displayed correctly but there's no t3 content at all.
I've added content(default) and cSet(default) as static includes and my template file is all fine. It was tested before with another template record.
Here's the content of the template setup field :
______________________________________________________________________
page = PAGE
page.typeNum = 0
page.stylesheet = fileadmin/template/portal/1.0/screenstyle.css
page.config.doctype = xhtml_strict
page.config.xhtml_cleaning = output
page.config.admPanel = true
page.bodytag = <body>
# Externalize CSS and JS
#######################################
config.removeDefaultJS = external
config.inlineStyle2TempFile = 1
# Spam Protection for Email
#######################################
config {
spamProtectEmailAddresses = 2
spamProtectEmailAddresses_atSubst = (at)
}
# Menu principal
###################################################
temp.menu_principal = HMENU
temp.menu_principal.protectLvar = 1
temp.menu_principal.begin = 1
# Menu de niveau 1
##############
temp.menu_principal.1 = TMENU
temp.menu_principal.1 {
NO.allWrap = <li>|</li>
NO.stdWrap.htmlSpecialChars = 1
ATagParams = class="nav"
}
# Objet pour la section BODY
###################################################
temp.bodyTemplate = TEMPLATE
temp.bodyTemplate {
# Alimenter le contenu à partir du plugin auto-parser
#####################################
template = FILE
template.file = fileadmin/template/portal/1.0/index.html
# Sélectionner seulement les bonnes balises
################################
workOnSubpart = DOCUMENT_BODY
# Menu principal
############
subparts.NAVBAR < temp.menu_principal
# Contenu principal
############
subparts.content = styles.content.get
# Bordure
############
subparts.rightcontainer = styles.content.getBorder
}
page.10 < temp.bodyTemplate
______________________________________________________________________
Thanks a lot
Luc Boudreau
Université du Québec
Canada
More information about the TYPO3-english
mailing list