loaded()) Request::instance()->redirect('staticpage_category/index'); array_push($this->_control, array($sp->staticpage_category->name=>sprintf('staticpage_category/view/'.$sp->static_page_category_id))); array_push($this->_control,array($sp->staticpage_translate->title=>$this->request->uri())); Block::add(array( 'title'=>$sp->staticpage_translate->title, 'body'=>View::factory('staticpage/view') ->set('record',$sp), )); $this->template->content = Block::factory(); } }