[Typo3] Silly Question, template.file
Dmitrii Dimandt
dmitriid at gmail.com
Wed Jun 15 12:38:22 CEST 2005
Since I am very new to Typo, you are welcome to hit me on the head
with any heavy object that you might have :)
Ok, I downloaded the UrbanNomad template extension
(http://typo3.org/extensions/repository/search/tmpl_urbannomad/),
which works fine. I am trying to create a new template, using this
extension as a tutorial of sorts. However, I had to declare my
incompetence as soon as I started modifying it's TypoScript:
temp.template = TEMPLATE
temp.template {
template = FILE
template.file = EXT:tmpl_urbannomad/template/urbannomad.html
}
I wish to change it to something like:
temp.template = TEMPLATE
temp.template {
template = FILE
template.file = FILE:fileadmin/templates/test/test_tmpl.html
}
However, the template doesn't pick up the file. The file is in place.
But it isn't displayed :(
More information about the TYPO3-english
mailing list