is_enabled = TRUE; $this->is_active = TRUE; $this->update_strings(); } function update_strings() { $this->s_title = _("Feedback"); $this->s_info = _("In order to keep you up to date, you can simply check some of the options below."); $this->s_title_long = _("Notification and registration"); } function execute() { $this->is_completed=TRUE; $smarty = get_smarty(); $smarty->assign ("must", "*"); $smarty->assign('auth_id', session_id()); return($smarty->fetch(get_template_path("setup_feedback.tpl",TRUE,dirname(__FILE__)))); } function save_object() { } } // vim:tabstop=2:expandtab:shiftwidth=2:filetype=php:syntax:ruler: ?>