It can't be too hard to find those template files. Where are they? I am pretty sure that this actual TYPO3 installation does neither use TempVoila nor ExtBase/Fluid to handle it's template.
So I got a TypoScript Template
page.logo.file = 1:/xy/lablabla.png
page.theme.copyright.text = Erstellt durch <a href="http://www.xxxxx.fr">Fooobarr</a>
page.logo.height = 154
page.logo.width = 143
page.logo.alt = xxx
page.theme.news.list.maxWInText = 0
page.theme.navigationtype = top
plugin.tt_news.pid_list = 53
plugin.tt_news.singlePid = 55
plugin.tt_news.backPid = 54
And that's it. The template in the frontend is displayed fine. How can I find out where the hell those freaking HTML files are stored on the FTP-Server?
I faced this several times I faced a TYPO3 installation. Is there a standard path or what?
Regards, Chris