[SPIP][PLUGINS] v3.0-->v3.2
[lhc/web/www.git] / www / plugins-dist / medias / modeles / document_desc_fonctions.php
1 <?php
2 /**
3 * Déclaration de fonctions utiles à ce squelette
4 *
5 * @copyright (c) 2009-2016 cedric
6 * @license Distribue sous licence GPL
7 *
8 * @package SPIP\Medias\Fonctions
9 */
10
11 if (!defined('_ECRIRE_INC_VERSION')) {
12 return;
13 }
14
15 // constante _BOUTON_MODE_IMAGE
16 include_spip('modeles/document_case_fonctions');