Changeset 3285 for trunk/application

Show
Ignore:
Timestamp:
08/07/2008 04:58:35 AM (4 months ago)
Author:
OscarB
Message:

Fix for #750

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/application/controllers/welcome.php

    r3281 r3285  
    2121        { 
    2222                // 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'); 
    2424 
    2525                // You can assign anything variable to a view by using standard OOP