diff options
Diffstat (limited to 'kohana/controllers/template.php')
-rw-r--r-- | kohana/controllers/template.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kohana/controllers/template.php b/kohana/controllers/template.php index d5d685f7..34d1a226 100644 --- a/kohana/controllers/template.php +++ b/kohana/controllers/template.php @@ -7,7 +7,7 @@ * To use it, declare your controller to extend this class: * `class Your_Controller extends Template_Controller` * - * $Id$ + * $Id: template.php 3769 2008-12-15 00:48:56Z zombor $ * * @package Core * @author Kohana Team |