20 lines
361 B
PHP
20 lines
361 B
PHP
<?php
|
|
/**
|
|
* Options au chargement du plugin GamuTable
|
|
*
|
|
* @plugin GamuTable
|
|
* @copyright 2020
|
|
* @author tofulm
|
|
* @licence GNU/GPL
|
|
* @package SPIP\Gamutable\Options
|
|
*/
|
|
|
|
if (!defined('_ECRIRE_INC_VERSION')) {
|
|
return;
|
|
}
|
|
|
|
|
|
if (_request('var_mode') == 'gamutable') {
|
|
include_spip('inc/invalideur');
|
|
suivre_invalideur("id='gamutable/1'");
|
|
}
|