it cant delete the old ones:
your file says:
PHP Code:
if ($step==install or $step==upgrade201) {
[unneccessary for the explanation]
$step=templates;
}
while its should say
PHP Code:
if ($step==install) {
[unneccessary for the explanation]
$step=templates;
}
AND
PHP Code:
if ($step==upgrade201) {
[unneccessary for the explanation]
$step=cleantemplates;
}
at least as i understand it...
thanks for the templates