From 3b613bc84c80307b6d93443b9989ca576bf59776 Mon Sep 17 00:00:00 2001 From: xue <> Date: Thu, 17 Nov 2005 22:10:48 +0000 Subject: --- framework/Web/UI/TTemplateControl.php | 9 --------- 1 file changed, 9 deletions(-) (limited to 'framework/Web/UI/TTemplateControl.php') diff --git a/framework/Web/UI/TTemplateControl.php b/framework/Web/UI/TTemplateControl.php index 19663002..13a3295f 100644 --- a/framework/Web/UI/TTemplateControl.php +++ b/framework/Web/UI/TTemplateControl.php @@ -10,11 +10,6 @@ * @package System.Web.UI */ -/** - * include TTemplate class file - */ -require_once(PRADO_DIR.'/Web/UI/TTemplate.php'); - /** * TTemplateControl class. * TTemplateControl is the base class for all controls that use templates. @@ -33,10 +28,6 @@ class TTemplateControl extends TControl implements INamingContainer * template file extension. */ const EXT_TEMPLATE='.tpl'; - /** - * template cache file extension - */ - const EXT_TEMPLATE_CACHE='.tpc'; /** * @var ITemplate the parsed template structure shared by the same control class -- cgit v1.2.3