checkProfil(PROFIL_ADMIN); # On édite la configuration if(!empty($_POST)) { $plxAdmin->editConfiguration($plxAdmin->aConf,$_POST); header('Location: parametres_base.php'); exit; } # On inclut le header include(dirname(__FILE__).'/top.php'); ?>
plxPlugins->callHook('AdminSettingsBaseFoot')); # On inclut le footer include(dirname(__FILE__).'/foot.php'); ?>