From 51694d32a1b85a02809f55e1f406c98ba755b4bf Mon Sep 17 00:00:00 2001 From: xue <> Date: Tue, 24 Jan 2006 02:55:55 +0000 Subject: Make quickstart demos disable theme if under FT situation. --- framework/core.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'framework/core.php') diff --git a/framework/core.php b/framework/core.php index f3d826cc..64668625 100644 --- a/framework/core.php +++ b/framework/core.php @@ -147,7 +147,7 @@ interface ITheme * Applies this theme to the specified control. * @param TControl the control to be applied with this theme */ - public function apply($control); + public function applySkin($control); } /** -- cgit v1.2.3