Changeset 3285
- Timestamp:
- 08/07/2008 04:58:35 AM (4 months ago)
- Files:
-
- 1 modified
-
trunk/application/controllers/welcome.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/application/controllers/welcome.php
r3281 r3285 21 21 { 22 22 // In Kohana, all views are loaded and treated as objects. 23 $this->template->content = new View('welcome ');23 $this->template->content = new View('welcome_content'); 24 24 25 25 // You can assign anything variable to a view by using standard OOP
