You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
449 B
22 lines
449 B
<?php |
|
/** |
|
* Options au chargement du plugin SPIPr-Dane-Noisettes |
|
* |
|
* @plugin SPIPr-Dane-Noisettes |
|
* @copyright 2019 |
|
* @author Dominique Lepaisant |
|
* @licence GNU/GPL |
|
* @package SPIP\Sdn\Options |
|
*/ |
|
|
|
if (!defined('_ECRIRE_INC_VERSION')) { |
|
return; |
|
} |
|
|
|
#$GLOBALS['z_blocs'] = array('content','aside','extra'); |
|
|
|
/* n'afficher que les pages ayant un page.xml dans le noizetier */ |
|
define('_NOIZETIER_LISTER_PAGES_SANS_XML',false); |
|
|
|
|
|
|
|
|