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.
24 lines
452 B
24 lines
452 B
<?php |
|
/** |
|
* Options au chargement du plugin podcast |
|
* |
|
* @plugin podcast |
|
* @copyright 2021 |
|
* @author chankalan,vcalame |
|
* @licence GNU/GPL |
|
* @package SPIP\Podcast\Options |
|
*/ |
|
|
|
if (!defined('_ECRIRE_INC_VERSION')) { |
|
return; |
|
} |
|
|
|
|
|
/* |
|
* Un fichier d'options permet de définir des éléments |
|
* systématiquement chargés à chaque hit sur SPIP. |
|
* |
|
* Il vaut donc mieux limiter au maximum son usage |
|
* tout comme son volume ! |
|
* |
|
*/
|
|
|