update css

This commit is contained in:
ceb 2002-09-27 23:41:49 +00:00
parent a29f27d21f
commit 69221717ed

View File

@ -111,11 +111,11 @@
$var = Array( $var = Array(
'outer_border' => $this->getvar('outerborderwidth'), 'outer_border' => $this->getvar('outerborderwidth'),
'outer_width' => $this->getvar('width'), 'outer_width' => $this->getvar('width'),
'outer_bordercolor' => $this->getvar('outerbordercolor'), //'outer_bordercolor' => $this->getvar('outerbordercolor'),
'outer_bgcolor' => $this->getvar('titlebgcolor'), //'outer_bgcolor' => $this->getvar('titlebgcolor'),
'title' => $this->getvar('title'), 'title' => $this->getvar('title'),
'inner_width' => $this->getvar('width'), 'inner_width' => $this->getvar('width'),
'inner_bgcolor' => $this->getvar('innerbgcolor'), //'inner_bgcolor' => $this->getvar('innerbgcolor'),
'header_background_image' => $this->getvar('header_background_image'), 'header_background_image' => $this->getvar('header_background_image'),
'control_link' => '' 'control_link' => ''
); );