$_POST['button_size'], 'position' => $_POST['position'], 'annotation' => $_POST['annotation'], ); conf_update_param('GooglePlusOne', serialize($conf['GooglePlusOne'])); array_push($page['infos'], l10n('Information data registered in database')); // the prefilter changes, we must delete compiled templatess $template->delete_compiled_templates(); } $template->assign(array( 'button_size' => $conf['GooglePlusOne']['size'], 'position' => $conf['GooglePlusOne']['position'], 'annotation' => $conf['GooglePlusOne']['annotation'], 'GPLUS1_PATH' => GPLUS1_PATH, )); $template->set_filename('gplus1_content', dirname(__FILE__).'/admin.tpl'); $template->assign_var_from_handle('ADMIN_CONTENT', 'gplus1_content'); ?>