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