9 lines
145 B
PHP
9 lines
145 B
PHP
|
<?php
|
||
|
|
||
|
if (!defined('_ECRIRE_INC_VERSION')) {
|
||
|
return;
|
||
|
}
|
||
|
|
||
|
// declarer le nouveau pipeline (en test)
|
||
|
$GLOBALS['spip_pipelines']['styliser'] = '';
|