Dopo un mesetto per caso trovo un post all'indirizzo
http://www.picnet.net/blog/2006/08/16/joomla-15/ in cui si consiglia un hack per l'installazione...
Io devo ancora provare, ma se mi dici che è cambiato praticamente tutto, forse non risolverà il problema.
Joomla 1.0 Template in Joomla 1.5
With Joomla 1.5 Beta about to be released, I’m sure many of you have downloaded the nightly build and have played around with it. Well, I have and its been a learning process. So I will begin posting what I learn.
Here is a little hack to make Joomla 1.0 template to work on Joomla 1.5. All you need to do to convert a Joomla 1.0 template to Joomla 1.5 is to change the templateDetails.xml file.
Joomla 1.0 templateDetails.xml:
<mosinstall type=”template” version=”1.0.0“>
…
</mosinstall>
Joomla 1.5 templateDetails.xml:
<install type=”template” version=”1.5“>
…
</install>
This will install the Joomla 1.0 template and it will work as if it was in Joomla 1.0.