I'm not commit this to the cvs yet. At line 945,
Encompass/pnclasses/Encompass.php, should be added with iblkwidth
$this->DTS_attrib = array(
"THEMEPATH" => $this-
>skinspath, // the skins path (themes/$skinName)
"IMAGEPATH" => $this-
>imagepath, // image path ($themepath/images)
"PAGEWIDTH" => $this->config
['pagewidth'], // entire page width
"LEFTWIDTH" => $this->config
['lcolwidth'], // left column width (left blocks)
"RIGHTWIDTH" => $this->config
['rcolwidth'], // right column width (right blocks)
"IBLKWIDTH" => $this->config
['iblkwidth'] // inner column width (inner blocks)
sjah
|