forked from spip/medias
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.
16 lines
313 B
16 lines
313 B
<?php |
|
/** |
|
* Déclaration de fonctions utiles à ce squelette |
|
* |
|
* @copyright (c) 2009-2016 cedric |
|
* @license Distribue sous licence GPL |
|
* |
|
* @package SPIP\Medias\Fonctions |
|
*/ |
|
|
|
if (!defined('_ECRIRE_INC_VERSION')) { |
|
return; |
|
} |
|
|
|
// constante _BOUTON_MODE_IMAGE |
|
include_spip('modeles/document_case_fonctions');
|
|
|