runIf('change', function () { $_SESSION['annee_recu'] = f('annee_recu'); }, $csrf_key, PLUGIN_ROOT . '/admin/index.php'); $tpl->assign(compact('anneesFiscales', 'csrf_key')); $tpl->assign('annee_recu', $_SESSION['annee_recu']); $tpl->display(PLUGIN_ROOT . '/templates/choix_annee.tpl');