registerTranslates(); //Minz_View::appendScript($this->getFileUrl('script.js', 'js'), false, false, false); //Minz_View::appendStyle($this->getFileUrl('style.css', 'css')); //Minz_View::appendScript(_url('kagiSummarizer', 'jsVars', false, true, false); //$this->registerController('kagiSummarizer'); //$this->registerViews(); } public function handleConfigureAction() { $this->registerTranslates(); if (Minz_Request::isPost()) { FreshRSS_Context::$user_conf->kagi_token = Minz_Request::param('kagi_token', ''); FreshRSS_Context::$user_conf->save(); } } }