Changeset 2083 for trunk/system/controllers/template.php
- Timestamp:
- 02/19/2008 05:05:41 PM (9 months ago)
- Files:
-
- 1 modified
-
trunk/system/controllers/template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/controllers/template.php
r2064 r2083 18 18 19 19 // Template view name 20 p rotected$template = 'template';20 public $template = 'template'; 21 21 22 22 // Default to do auto-rendering 23 p rotected$auto_render = TRUE;23 public $auto_render = TRUE; 24 24 25 25 /**
