summaryrefslogtreecommitdiff
path: root/framework/core.php
diff options
context:
space:
mode:
authorxue <>2006-01-24 02:55:55 +0000
committerxue <>2006-01-24 02:55:55 +0000
commit51694d32a1b85a02809f55e1f406c98ba755b4bf (patch)
tree5fc4658cb11c2a2fc36335166e0f1ff57f2df3b3 /framework/core.php
parentc5f2fb2c77e7140277349d5b1f1a8f6017909dc6 (diff)
Make quickstart demos disable theme if under FT situation.
Diffstat (limited to 'framework/core.php')
-rw-r--r--framework/core.php2
1 files changed, 1 insertions, 1 deletions
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);
}
/**