Changeset 2152 for trunk/system/libraries/View.php
- Timestamp:
- 02/23/2008 12:56:52 AM (9 months ago)
- Files:
-
- 1 modified
-
trunk/system/libraries/View.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/libraries/View.php
r2139 r2152 57 57 58 58 // Load the filename and set the content type 59 $this->kohana_filename = Kohana::find_file('views', $name .'.'.$type, TRUE, $type);59 $this->kohana_filename = Kohana::find_file('views', $name, TRUE, $type); 60 60 $this->kohana_filetype = Config::item('mimes.'.$type); 61 61 $this->kohana_filetype = empty($this->kohana_filetype) ? $type : $this->kohana_filetype;
