diff --git a/ecrire/inc/puce_statut.php b/ecrire/inc/puce_statut.php index 4bb42d2b25673b32fc6d47f7c28a10c544e96b02..eba5614c9d04a4b10863c9f1b221e7706d1fe2f0 100644 --- a/ecrire/inc/puce_statut.php +++ b/ecrire/inc/puce_statut.php @@ -12,6 +12,7 @@ if (!defined("_ECRIRE_INC_VERSION")) return; +// http://doc.spip.org/@inc_puce_statut_dist function inc_puce_statut_dist($id_objet, $statut, $id_rubrique, $type) { // le function_exists n'est utile qu'au greffons @@ -21,6 +22,7 @@ function inc_puce_statut_dist($id_objet, $statut, $id_rubrique, $type) } +// http://doc.spip.org/@puce_statut_auteur function puce_statut_auteur($id, $statut, $id_rubrique, $type) { return bonhomme_statut(array('statut' => $statut)); @@ -54,11 +56,13 @@ function bonhomme_statut($row) { } +// http://doc.spip.org/@puce_statut_mot function puce_statut_mot($id, $statut, $id_rubrique, $type) { return "<img src='"._DIR_IMG_PACK. 'petite-cle.gif' . "' />"; } +// http://doc.spip.org/@puce_statut_rubrique function puce_statut_rubrique($id, $statut, $id_rubrique, $type) { return "<img src='"._DIR_IMG_PACK. 'rubrique-12.gif' . "' />";