From 38eb5a099b3e4bc1b7235aff126d30468a432c86 Mon Sep 17 00:00:00 2001 From: knut <> Date: Thu, 14 Aug 2008 21:15:30 +0000 Subject: fixed #896 --- framework/Web/UI/TThemeManager.php | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) (limited to 'framework/Web/UI') diff --git a/framework/Web/UI/TThemeManager.php b/framework/Web/UI/TThemeManager.php index ef93b4d2..410976c4 100644 --- a/framework/Web/UI/TThemeManager.php +++ b/framework/Web/UI/TThemeManager.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.pradosoft.com/ - * @copyright Copyright © 2005-2008 PradoSoft + * @copyright Copyright © 2005-2008 PradoSoft * @license http://www.pradosoft.com/license/ * @version $Id$ * @package System.Web.UI @@ -367,6 +367,22 @@ class TTheme extends TApplicationComponent implements ITheme { $this->_themePath=$value; } + + /** + * @return array list of skins for the theme + */ + public function getSkins() + { + return $this->_skins; + } + + /** + * @param array list of skins for the theme + */ + protected function setSkins($value) + { + $this->_skins = $value; + } /** * Applies the theme to a particular control. @@ -474,4 +490,4 @@ class TTheme extends TApplicationComponent implements ITheme } } -?> +?> -- cgit v1.2.3