diff --git a/.gitattributes b/.gitattributes index c17d5d3e9654879663430825c16c290e9b0a4028..9c7d43df0b561f35540c7e2a85c335de4ac125b7 100644 --- a/.gitattributes +++ b/.gitattributes @@ -127,6 +127,7 @@ modeles/doc_legende.html -text modeles/document_case.html -text modeles/document_case_fonctions.php -text modeles/document_desc.html -text +modeles/document_desc_fonctions.php -text modeles/emb.html -text modeles/emb_fonctions.php -text modeles/image.html -text diff --git a/modeles/document_case_fonctions.php b/modeles/document_case_fonctions.php index 3006a91905576062b399c2a16abc1f58983639eb..c97cbb0ebedf5d89ebbd9d69ec94ab9d9f920191 100644 --- a/modeles/document_case_fonctions.php +++ b/modeles/document_case_fonctions.php @@ -1,9 +1,11 @@ <?php -/* - * Plugin xxx - * (c) 2009 cedric - * Distribue sous licence GPL +/** + * Déclaration de fonctions utiles à ce squelette * + * @copyright (c) 2009 cedric + * @license Distribue sous licence GPL + * + * @package SPIP\Medias\Fonctions */ if (!defined('_ECRIRE_INC_VERSION')) return; diff --git a/modeles/document_desc_fonctions.php b/modeles/document_desc_fonctions.php new file mode 100644 index 0000000000000000000000000000000000000000..b79f2bbb87cd824c5b92b24471efd800d05ef3c6 --- /dev/null +++ b/modeles/document_desc_fonctions.php @@ -0,0 +1,15 @@ +<?php +/** + * Déclaration de fonctions utiles à ce squelette + * + * @copyright (c) 2009 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'); +