ajout test si minibando

This commit is contained in:
Christophe 2020-07-23 11:29:07 +02:00
parent 2e4fe5e1e3
commit 59289b1ae4

View file

@ -26,7 +26,7 @@ function gamutable_formulaire_admin($flux) {
function gamutable_affichage_final($flux) {
include_spip('inc/autoriser');
if (autoriser("purger","gamutable")) {
if (autoriser("purger","gamutable") and test_plugin_actif('minibando')) {
$p = stripos($flux, '</body>');
$url_relecture = parametre_url(self(), 'var_mode', 'gamutable', '&');
$label = "Mode gamuTable";