i've just upgrade my template to 2.0.0 version and this is the result:
http://lnx.coldplayzone.it
the homepage is destroyed...
the mainbody is larger then before and the modules on the right are crushed
what happened? someone could help me?
if ($this->countModules ("$mt") || $this->countModules ("$mb") || $this->countModules ("$left1") || $this->countModules ("$left2") ){
$l = $this->getColumnBasedWidth ('left');
}
if ($this->countModules ("$mt") || $this->countModules ("$mb") ){
$l = $this->getColumnBasedWidth ('left');
} else if ($this->countModules ("$left1") || $this->countModules ("$left2") ){
$l = $this->getColumnBasedWidth ('left2');
}
if ($this->countModules ("$mt") || $this->countModules ("$mb") || $this->countModules ("$right1") || $this->countModules ("$right2") ){
$r = $this->getColumnBasedWidth ('right');
}
if ($this->countModules ("$mt") || $this->countModules ("$mb") ){
$r = $this->getColumnBasedWidth ('right');
} else if ($this->countModules ("$right1") || $this->countModules ("$right2") ){
$r = $this->getColumnBasedWidth ('right2');
}
what does it mean that 'The programmer has not planned, that the value for the position Right2 can be used.'???