public function create() { $this->layout->title = 'New Language'; $this->layout->content = View::make('language_manager::create_edit'); }