redirect('guide/app'); // @todo This should be in the DB or something. Request::current()->redirect('product/categorys'); } public function action_breadcrumb() { $this->auto_render = FALSE; $this->response->body(Session::instance()->get_once('breadcrumb')); } } ?>