summaryrefslogtreecommitdiff
path: root/framework/Web/UI/TTemplateControl.php
diff options
context:
space:
mode:
authorxue <>2005-11-17 22:10:48 +0000
committerxue <>2005-11-17 22:10:48 +0000
commit3b613bc84c80307b6d93443b9989ca576bf59776 (patch)
treec8c145710ca990f58898ccf5b3664d5d185057bb /framework/Web/UI/TTemplateControl.php
parent5f88fccb2aa110929880085152e962f3c1769520 (diff)
Diffstat (limited to 'framework/Web/UI/TTemplateControl.php')
-rw-r--r--framework/Web/UI/TTemplateControl.php9
1 files changed, 0 insertions, 9 deletions
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
@@ -11,11 +11,6 @@
*/
/**
- * 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.
* By default, a control template is assumed to be in a file under the same
@@ -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