Changeset 2224 for trunk/system/controllers/template.php
- Timestamp:
- 03/05/2008 06:28:23 PM (9 months ago)
- Files:
-
- 1 modified
-
trunk/system/controllers/template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/controllers/template.php
r2083 r2224 15 15 * @license http://kohanaphp.com/license.html 16 16 */ 17 class Template_Controller extends Controller {17 abstract class Template_Controller extends Controller { 18 18 19 19 // Template view name
