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