load('config')->appname) throw HTTP_Exception::factory(500,'Site not setup!'); $output = ''; $output = View::factory('pages/welcome'); Style::factory() ->type('file') ->data('media/css/pages/welcome.css'); $this->template->content = $output; } } // End Welcome