diff options
Diffstat (limited to 'system/libraries/View.php')
-rw-r--r-- | system/libraries/View.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/libraries/View.php b/system/libraries/View.php index d7e5e774..ba482bb8 100644 --- a/system/libraries/View.php +++ b/system/libraries/View.php @@ -3,9 +3,9 @@ * Loads and displays Kohana view files. Can also handle output of some binary * files, such as image, Javascript, and CSS files. * - * $Id: View.php 4679 2009-11-10 01:45:52Z isaiah $ + * $Id: View.php 4729 2009-12-29 20:35:19Z isaiah $ * - * @package Core + * @package Kohana * @author Kohana Team * @copyright (c) 2007-2009 Kohana Team * @license http://kohanaphp.com/license |