[TYPO3] Newbie question: problem with the admin panel. It doesn't appear

Nicholas W 4407 at log1.net
Fri Feb 2 10:48:52 CET 2007


Dear All,
 I have created a very simple bare bones template, included below, 
however the admin panel on the front end does not show, even when logged 
in as the administrator. Other than that, the template works as expected.

--------Contents of Setup of the template.

config.admPanel = 1
config.simulateStaticDocuments=true
config.simulateStaticDocuments_noTypeIfNoTitle=false
page = PAGE
page.typeNum = 0
page.10 = TEMPLATE
page.10 {
 template = FILE
 template.file = fileadmin/templates/template.tmpl
 workOnSubpart = DOCUMENT_BODY
 subparts.CONTENT < styles.content.get
 subparts.NAVIGATION = HMENU
 subparts.NAVIGATION.entryLevel = 0
 subparts.NAVIGATION {
   1 = TMENU
   1.NO.allWrap = | <br />
  }
 }
page.headerData.10 = TEMPLATE
page.headerData.10 {
 template = FILE
 template.file = fileadmin/templates/template.tmpl
 workOnSubpart = DOCUMENT_HEAD
 }

--------Contents of fileadmin/templates/template.tmpl

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<hmtl>
<head>
<!-- ###DOCUMENT_HEAD### start -->
<!-- ###DOCUMENT_HEAD### stop -->
</head>
<body>
<!-- ###DOCUMENT_BODY### start -->
<!-- ###NAVIGATION### start -->
<!-- ###NAVIGATION### stop -->
<!-- ###CONTENT### start -->
<!-- ###CONTENT### stop -->
<!-- ###DOCUMENT_BODY### stop -->
</body>
</html>


When I use the GLUECK template, it works fine and I can see the FE admin 
panel no problem.

What could I be doing wrong?

Thanks in advance for your advice,
Regards,




More information about the TYPO3-english mailing list