[SPIP][PLUGINS] v3.0-->v3.2
[lhc/web/www.git] / www / plugins-dist / medias / puce_statut / document.php
index ca29e05..b9475ff 100644 (file)
@@ -10,7 +10,9 @@
  *  Pour plus de details voir le fichier COPYING.txt ou l'aide en ligne.   *
 \***************************************************************************/
 
-if (!defined('_ECRIRE_INC_VERSION')) return;
+if (!defined('_ECRIRE_INC_VERSION')) {
+       return;
+}
 
 
 /**
@@ -24,6 +26,6 @@ if (!defined('_ECRIRE_INC_VERSION')) return;
  * @param string $ajax
  * @return string
  */
-function puce_statut_document_dist($id, $statut, $id_rubrique, $type, $ajax='') {
-       return "<img src='" . chemin_image("attachment-16.png") . "' width='16' height='16' alt=''  />";
+function puce_statut_document_dist($id, $statut, $id_rubrique, $type, $ajax = '') {
+       return "<img src='" . chemin_image('attachment-16.png') . "' width='16' height='16' alt=''  />";
 }