true, 'closed_position' => 'left', 'public_quick_edit' => true, ); function install($plugin_version, &$errors=array()) { global $conf; if (empty($conf['AdminTools'])) { conf_update_param('AdminTools', $this->default_conf, true); } } function update($old_version, $new_version, &$errors=array()) { $this->install($new_version, $errors); } function uninstall() { conf_delete_param('AdminTools'); } }