From e3c51f08c1cffbbc4aa1a42d9893866fbd648f9b Mon Sep 17 00:00:00 2001 From: xue <> Date: Mon, 14 Nov 2005 15:51:35 +0000 Subject: Added support to dynamic expression for control attributes. --- framework/Web/UI/TThemeManager.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'framework/Web/UI/TThemeManager.php') diff --git a/framework/Web/UI/TThemeManager.php b/framework/Web/UI/TThemeManager.php index 8edae2e1..019ccc85 100644 --- a/framework/Web/UI/TThemeManager.php +++ b/framework/Web/UI/TThemeManager.php @@ -150,7 +150,7 @@ class TTheme extends TTemplate foreach($this->_skins[$type][$id] as $name=>$value) { if(is_array($value)) - $value=$this->evaluateExpression($value); + $value=$this->evaluateExpression($value[1]); if(strpos($name,'.')===false) // is simple property or custom attribute { if($control->hasProperty($name)) -- cgit v1.2.3