Changeset 54429 in spip-zone for _plugins_/metadonnees_photo
- Timestamp:
- Nov 14, 2011, 10:23:40 AM (9 years ago)
- Location:
- _plugins_/metadonnees_photo/trunk
- Files:
-
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/metadonnees_photo/trunk/paquet.xml
r54419 r54429 16 16 <licence lien="http://www.gnu.org/licenses/lgpl-3.0.html">LGPL 3</licence> 17 17 18 <pipeline nom="afficher_metas_document" inclure="photo_infos .php" />18 <pipeline nom="afficher_metas_document" inclure="photo_infos_fonctions.php" /> 19 19 20 20 <necessite nom="medias" compatibilite="[2.6.0;]" /> -
_plugins_/metadonnees_photo/trunk/photo_infos_fonctions.php
r54426 r54429 2 2 3 3 if (!defined("_ECRIRE_INC_VERSION")) return; 4 5 /** 6 * Afficher les infos exif dans les differents endroits de l'interface 7 * @param string $flux 8 * @return string 9 */ 10 function photo_infos_afficher_metas_document($flux){ 11 if ($id_document = $flux['args']['id_document']){ 12 $flux["data"] .= recuperer_fond("prive/squelettes/inclure/image_pave_exif",array('id_document' => $id_document)); 13 } 14 return $flux; 15 } 16 4 17 5 18 // Lire aux:Lens, qui n'est pas du Exif standard
Note: See TracChangeset
for help on using the changeset viewer.